File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ func main() {
137137// Extended Candidate Function Suite: Extended functional tests that don't meet OpenShift CI requirements
138138// Contains extended tests that are not for openshift-tests and exclude stress tests
139139ext .AddSuite (e.Suite {
140- Name : "olmv1 /extended/candidate/function" ,
140+ Name : "olmv0 /extended/candidate/function" ,
141141Qualifiers : []string {
142142filters .BasedExtendedCandidateFuncTests (`` ),
143143},
@@ -182,7 +182,7 @@ func main() {
182182// Contains all extended functional tests that are not marked as [Slow] (includes both Serial and Parallel)
183183// This provides a comprehensive functional test coverage with reasonable execution time
184184ext .AddSuite (e.Suite {
185- Name : "olmv1 /extended/candidate/fast" ,
185+ Name : "olmv0 /extended/candidate/fast" ,
186186Qualifiers : []string {
187187filters .BasedExtendedCandidateFuncTests (`!name.contains("[Slow]")` ),
188188},
You can’t perform that action at this time.
0 commit comments