diff --git a/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go b/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go index cd7f5dc2888f..66098f176eb0 100644 --- a/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go +++ b/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go @@ -769,10 +769,6 @@ func testUpgradeOperatorProgressingStateTransitions(events monitorapi.Intervals) if reason == "SyncLoopRefresh_InProgress" { return "https://issues.redhat.com/browse/OCPBUGS-64688" } - case "csi-snapshot-controller": - if reason == "CSISnapshotController_Deploying" { - return "https://issues.redhat.com/browse/OCPBUGS-62624" - } case "dns": if reason == "DNSReportsProgressingIsTrue" { return "https://issues.redhat.com/browse/OCPBUGS-62623" @@ -807,16 +803,6 @@ func testUpgradeOperatorProgressingStateTransitions(events monitorapi.Intervals) if reason == "_ManagedDeploymentsAvailable" { return "https://issues.redhat.com/browse/OCPBUGS-62633" } - case "storage": - // GCPPDCSIDriverOperatorCR_GCPPDDriverControllerServiceController_Deploying - // GCPPDCSIDriverOperatorCR_GCPPDDriverNodeServiceController_Deploying - // AWSEBSCSIDriverOperatorCR_AWSEBSDriverNodeServiceController_Deploying - // VolumeDataSourceValidatorDeploymentController_Deploying - // GCPPD_Deploying - // AWSEBS_Deploying - if strings.HasSuffix(reason, "_Deploying") { - return "https://issues.redhat.com/browse/OCPBUGS-62634" - } case "olm": // CatalogdDeploymentCatalogdControllerManager_Deploying // OperatorcontrollerDeploymentOperatorControllerControllerManager_Deploying