Skip to content

Commit cccfd59

Browse files
committed
test: Remove hard-coded text focus and label for e2e tests
This code took precedent over any configuration provided to ginkgo at runtime, so only single e2e test matching both focus and labels could run.
1 parent 7d47cd2 commit cccfd59

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/e2e/e2e_suite_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ func TestE2E(t *testing.T) {
7777
ctrl.SetLogger(klog.Background())
7878
RegisterFailHandler(Fail)
7979
suiteConfig, reporterConfig := GinkgoConfiguration()
80-
suiteConfig.LabelFilter = "provider:Docker && cni:Cilium && addonStrategy:ClusterResourceSet"
81-
suiteConfig.FocusStrings = []string{"Quick start"}
8280
RunSpecs(t, "caren-e2e", suiteConfig, reporterConfig)
8381
}
8482

0 commit comments

Comments
 (0)