Skip to content

Commit 9bd87c7

Browse files
committed
Remove unnecessary RemoveAll 2
1 parent 37ed800 commit 9bd87c7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/suite/scale_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -576,10 +576,6 @@ var _ = Describe("Scale test", Ordered, Label("nfr", "scale"), func() {
576576
)
577577
},
578578
)
579-
580-
Expect(
581-
os.RemoveAll(filepath.Join(testResultsDir, "manifests")),
582-
).To(Succeed())
583579
})
584580

585581
It(fmt.Sprintf("scales HTTPS listeners to %d", httpsListenerCount), func() {

0 commit comments

Comments
 (0)