Skip to content

Commit

Permalink
workaround: skip upgrade tests
Browse files Browse the repository at this point in the history
Signed-off-by: Armando Ruocco <[email protected]>
  • Loading branch information
armru committed Aug 4, 2023
1 parent 8fe2720 commit 5187277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5187277

Please sign in to comment.