Skip to content

Commit

Permalink
fix: dont wait for CRD cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneutt committed Sep 6, 2023
1 parent a8e2f65 commit 61f54e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func TestMain(m *testing.M) {
if !keepKustomizeDeploys {
addCleanup(mainCleanupKey, func(context.Context) error {
cleanupLog("cleaning up Gateway API CRDs")
return clusters.KustomizeDeleteForCluster(ctx, env.Cluster(), gwCRDsKustomize)
return clusters.KustomizeDeleteForCluster(ctx, env.Cluster(), gwCRDsKustomize, "--wait=false")
})
}

Expand Down

0 comments on commit 61f54e0

Please sign in to comment.