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 6414bd0 commit 16f5898Copy full SHA for 16f5898
openshift/tests-extension/cmd/main.go
@@ -208,15 +208,6 @@ func main() {
208
},
209
})
210
211
- // Extended Candidate ClusterCatalog Suite: extended clustercatalog tests
212
- // Contains extended tests designed for clustercatalog
213
- ext.AddSuite(e.Suite{
214
- Name: "olmv1/extended/candidate/clustercatalog",
215
- Qualifiers: []string{
216
- filters.BasedExtendedCandidateTests(`labels.exists(l, l=="ClusterCatalog")`),
217
- },
218
- })
219
-
220
specs, err := g.BuildExtensionTestSpecsFromOpenShiftGinkgoSuite()
221
if err != nil {
222
panic(fmt.Sprintf("couldn't build extension test specs from ginkgo: %+v", err.Error()))
0 commit comments