Skip to content

Commit

Permalink
Break tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VOID404 committed May 13, 2024
1 parent 3dd2578 commit 5843622
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/provisioner/e2e_test/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ type testConfig struct {
}

func TestName(t *testing.T) {

t.FailNow()
return

if os.Getenv("APP_GARDENER_KUBECONFIG_PATH") == "" {
t.SkipNow()
}
Expand Down

0 comments on commit 5843622

Please sign in to comment.