File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
pkg/monitortestlibrary/allowedalerts Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ var AllowedAlertNames = []string{
4444
4545 // indicates a problem in the external Telemeter service, presently very common, does not impact our ability to e2e test:
4646 "TelemeterClientFailures" ,
47- "CDIDefaultStorageClassDegraded" , // Installing openshift virt with RWX storage fire an alarm, that is not relevant for most of the tests.
48- "VirtHandlerRESTErrorsHigh" , // https://issues.redhat.com/browse/CNV-50418
49- "VirtControllerRESTErrorsHigh" , // https://issues.redhat.com/browse/CNV-50418
47+ "CDIDefaultStorageClassDegraded" , // Installing openshift virt with RWX storage fire an alarm, that is not relevant for most of the tests.
48+ "VirtHandlerRESTErrorsHigh" , // https://issues.redhat.com/browse/CNV-50418
49+ "VirtControllerRESTErrorsHigh" , // https://issues.redhat.com/browse/CNV-50418
50+ "InstallPlanStepAppliedWithWarnings" , // https://issues.redhat.com/browse/OCPBUGS-61855
5051}
You can’t perform that action at this time.
0 commit comments