Skip to content

Commit

Permalink
chore: do not wait
Browse files Browse the repository at this point in the history
Signed-off-by: sadath-12 <[email protected]>
  • Loading branch information
sadath-12 committed Dec 28, 2023
1 parent cc83f0b commit 29082b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/tests/policyfilter/policyfilter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func TestNamespacedPolicy(t *testing.T) {
return ctx
}).
Assess("uninstall policy", func(ctx context.Context, _ *testing.T, c *envconf.Config) context.Context {
ctx, err := helpers.UnloadCRDFile(policyNamespace, namespacedPolicy, true)(ctx, c)
ctx, err := helpers.UnloadCRDFile(policyNamespace, namespacedPolicy, false)(ctx, c)
if err != nil {
klog.ErrorS(err, "failed to uninstall policy")
t.Fail()
Expand Down

0 comments on commit 29082b3

Please sign in to comment.