We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd7c2c commit 5cacbdfCopy full SHA for 5cacbdf
test/e2e/suit_test.go
@@ -89,7 +89,6 @@ var _ = BeforeSuite(func() {
89
Expect(os.Setenv("TEST_TYPE", "E2E")).Should(Succeed())
90
91
Expect(util.Setup(ctx, k8sClient, "../config/backends")).To(Succeed())
92
- Expect(util.Setup(ctx, k8sClient, "../config/others")).To(Succeed())
93
})
94
95
var _ = AfterSuite(func() {
0 commit comments