diff --git a/test/integration/krane_deploy_test.rb b/test/integration/krane_deploy_test.rb index eafba4359..c6fd4e74a 100644 --- a/test/integration/krane_deploy_test.rb +++ b/test/integration/krane_deploy_test.rb @@ -1358,9 +1358,9 @@ def test_resource_watcher_reports_failed_after_timeout /Successfully deployed 1 resource(,| and) timed out waiting for/, "Successful resources", "ConfigMap/test", - "Deployment/cannot-run: FAILED", bad_probe_timeout, - "Deployment/missing-volumes: GLOBAL WATCH TIMEOUT (20 seconds)", + /(Continuing to wait for:.*Deployment\/cannot-run.*)|(Deployment\/cannot-run: FAILED)/, + /(Continuing to wait for:.*Deployment\/missing-volumes.*)|(Deployment\/missing-volumes: GLOBAL WATCH TIMEOUT \(20 seconds\))/, ]) end