Skip to content

Commit

Permalink
skip TestKubernetesRunFile on HA
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Troshin <[email protected]>
  • Loading branch information
antontroshin committed Mar 3, 2025
1 parent 6c1417b commit 0157423
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/e2e/kubernetes/run_template_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ var (
)

func TestKubernetesRunFile(t *testing.T) {
if common.ShouldSkipTest(common.DaprModeHA) {
t.Skip(fmt.Sprintf("Skipping %s mode test", common.DaprModeHA))
}

ensureCleanEnv(t, false)

// setup tests
Expand Down

0 comments on commit 0157423

Please sign in to comment.