Skip to content

Commit 2c13816

Browse files
committed
test: no cleanup
1 parent 0308d96 commit 2c13816

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/frmwrk/bootstrap_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var _ = Describe("Basic Cluster Creation", Ordered, func() {
2525
e2eCtx.CreateClusterctlConfig(context.TODO())
2626
e2eCtx.InitManagementCluster(context.TODO())
2727

28-
DeferCleanup(e2eCtx.Teardown, context.TODO())
28+
// DeferCleanup(e2eCtx.Teardown, context.TODO())
2929
})
3030

3131
BeforeEach(func() {
@@ -56,7 +56,7 @@ var _ = Describe("Basic Cluster Creation", Ordered, func() {
5656

5757
func createE2ECluster(ctx context.Context, e2eCtx *E2EContext, cfg ClusterConfig) *E2ECluster {
5858
ec := e2eCtx.NewE2ECluster(cfg)
59-
DeferCleanup(ec.Teardown, ctx)
59+
// DeferCleanup(ec.Teardown, ctx)
6060

6161
ec.SetupMetalStackPreconditions(ctx)
6262
ec.SetupNamespace(ctx)

0 commit comments

Comments
 (0)