Skip to content

Commit c1ab14d

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 a51e8db commit c1ab14d

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)