Skip to content

Commit ecfbb88

Browse files
committed
Backed out change in the clean up code.
1 parent c7de3bd commit ecfbb88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/queue.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -733,8 +733,8 @@ var _ = Describe("AppWrapper E2E Test", func() {
733733

734734
context := initTestContext()
735735
var aws []*arbv1.AppWrapper
736-
appwrappersPtr := &aws
737-
defer cleanupTestObjectsPtr(context, appwrappersPtr)
736+
// appwrappersPtr := &aws
737+
// defer cleanupTestObjectsPtr(context, appwrappersPtr)
738738

739739
const (
740740
awCount = 100

0 commit comments

Comments
 (0)