Skip to content

Commit

Permalink
Merge pull request #24992 from wking/ignore-progressing
Browse files Browse the repository at this point in the history
Bug 1833387: test/extended/operators/operators: Don't worry about Progressing ClusterOperator
  • Loading branch information
openshift-merge-robot committed May 18, 2020
2 parents 8e70d06 + 2a90374 commit 1b02db2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/extended/operators/operators.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ func surprisingConditions(co objx.Map) ([]configv1.ClusterOperatorStatusConditio
for _, conditionType := range []configv1.ClusterStatusConditionType{
configv1.OperatorAvailable,
configv1.OperatorDegraded,
configv1.OperatorProgressing,
} {
cond := condition(co, string(conditionType))
if len(cond) == 0 {
Expand Down

0 comments on commit 1b02db2

Please sign in to comment.