Skip to content

Commit

Permalink
DROP: focus/repeat MUO E2E test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsatam committed Sep 30, 2024
1 parent 60413af commit 7701f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ var _ = Describe("ARO Operator - Azure Subnet Reconciler", func() {
})
})

var _ = Describe("ARO Operator - MUO Deployment", func() {
var _ = Describe("ARO Operator - MUO Deployment", Focus, MustPassRepeatedly(10), func() {
const (
managedUpgradeOperatorNamespace = "openshift-managed-upgrade-operator"
managedUpgradeOperatorDeployment = "managed-upgrade-operator"
Expand Down

0 comments on commit 7701f05

Please sign in to comment.