Skip to content

Commit

Permalink
remove bad exit
Browse files Browse the repository at this point in the history
  • Loading branch information
musa-asad committed Dec 20, 2024
1 parent 67c6371 commit 78287c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/e2e/jmx/jmx_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ func TestMain(m *testing.M) {
if env.Destroy {
if err := common.DestroyResources(env); err != nil {
fmt.Printf("Failed to delete kubernetes resources: %v\n", err)
os.Exit(1)
}
os.Exit(0)
}
Expand Down

0 comments on commit 78287c6

Please sign in to comment.