Skip to content

Commit 5cacbdf

Browse files
committed
fix test error
Signed-off-by: kerthcet <[email protected]>
1 parent ecd7c2c commit 5cacbdf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/e2e/suit_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ var _ = BeforeSuite(func() {
8989
Expect(os.Setenv("TEST_TYPE", "E2E")).Should(Succeed())
9090

9191
Expect(util.Setup(ctx, k8sClient, "../config/backends")).To(Succeed())
92-
Expect(util.Setup(ctx, k8sClient, "../config/others")).To(Succeed())
9392
})
9493

9594
var _ = AfterSuite(func() {

0 commit comments

Comments
 (0)