diff --git a/test/integration/testutils/utils.go b/test/integration/testutils/utils.go index 52c078e896..7c6ccba62b 100644 --- a/test/integration/testutils/utils.go +++ b/test/integration/testutils/utils.go @@ -42,6 +42,9 @@ var ( // Internal errors can be retried ".*Error code 13, message: an internal error has occurred": "Internal error.", + + // Incompatible operation in progress + ".*Error 400: Cluster is running incompatible operation.*": "Incompatible operation.", } ClusterAlwaysExemptPaths = []string{"nodePools"} // node pools are separately checked by name