We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0385740 commit b4f6be3Copy full SHA for b4f6be3
1 file changed
cmd/openshift-tests/e2e.go
@@ -68,7 +68,7 @@ var staticSuites = []*ginkgo.TestSuite{
68
Tests that exercise the OpenShift build functionality.
69
`),
70
Matches: func(name string) bool {
71
- return strings.Contains(name, "[Feature:Builds]")
+ return !strings.Contains(name, "[Disabled") && strings.Contains(name, "[Feature:Builds]")
72
},
73
Parallelism: 7,
74
// TODO: Builds are really flaky right now, remove when we land perf updates and fix io on workers
0 commit comments