diff --git a/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go b/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go index 3866e8d33238..445c57f48887 100644 --- a/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go +++ b/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go @@ -735,7 +735,7 @@ func testUpgradeOperatorProgressingStateTransitions(events monitorapi.Intervals, } case "network": if reason == "Deploying" || reason == "MachineConfig" { - return "https://redhat.atlassian.net/browse/OCPBUGS-85677" + return "https://redhat.atlassian.net/browse/OCPBUGS-90541" } case "openshift-controller-manager": // _DesiredStateNotYetAchieved diff --git a/test/extended/machines/scale.go b/test/extended/machines/scale.go index f4fbf8ff27b9..b185d66c262c 100644 --- a/test/extended/machines/scale.go +++ b/test/extended/machines/scale.go @@ -266,7 +266,7 @@ var _ = g.Describe("[sig-cluster-lifecycle][Feature:Machines][Serial] Managed cl case "image-registry": return "https://redhat.atlassian.net/browse/OCPBUGS-86308" case "network": - return "https://redhat.atlassian.net/browse/OCPBUGS-85677" + return "https://redhat.atlassian.net/browse/OCPBUGS-90541" default: return "" }