Skip to content

Commit 4a0ca54

Browse files
Jakub Sliacanpraveenkumar
authored andcommitted
e2e: Monitoring operator has one pod since OCP 4.13
1 parent a251fd9 commit 4a0ca54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/features/basic.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Feature: Basic test
5656
When checking that CRC is running
5757
And ensuring user is logged in succeeds
5858
And executing "oc get pods -n openshift-monitoring" succeeds
59-
Then stdout matches ".*cluster-monitoring-operator-\w+-\w+\ *2/2\ *Running.*"
59+
Then stdout matches ".*cluster-monitoring-operator-\w+-\w+\ *1/1\ *Running.*"
6060
# stop
6161
When executing "crc stop"
6262
Then stdout should match "(.*)[Ss]topped the instance"

0 commit comments

Comments
 (0)