diff --git a/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go b/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go index 87d187198f26..b114eb094401 100644 --- a/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go +++ b/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go @@ -139,6 +139,9 @@ func testStableSystemOperatorStateTransitions(events monitorapi.Intervals, clien if operator == "cluster-autoscaler" { return "https://issues.redhat.com/browse/OCPBUGS-42875", nil } + if operator == "control-plane-machine-set" && condition.Reason == "UnmanagedNodes" { + return "https://issues.redhat.com/browse/OCPBUGS-64782", nil + } return "", nil } return "We are not worried about other operator condition blips for stable-system tests yet.", nil