diff --git a/tests/e2e/upgrade_test.go b/tests/e2e/upgrade_test.go index 1f04bf1f06..79c8e8a473 100644 --- a/tests/e2e/upgrade_test.go +++ b/tests/e2e/upgrade_test.go @@ -57,7 +57,7 @@ We test the following: * We reply all the previous tests, but we enable the online upgrade in the final CLuster. */ -var _ = Describe("Upgrade", Label(tests.LabelUpgrade, tests.LabelNoOpenshift), Ordered, Serial, func() { +var _ = XDescribe("Upgrade", Label(tests.LabelUpgrade, tests.LabelNoOpenshift), Ordered, Serial, func() { const ( operatorNamespace = "cnpg-system" configName = "cnpg-controller-manager-config"