From 67335614b5146a7dc8dc96c25e2c6facbac727ce Mon Sep 17 00:00:00 2001 From: "Adam P. Regasz-Rethy" Date: Tue, 8 Aug 2023 12:55:31 -0400 Subject: [PATCH] wip --- test/integration/krane_deploy_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/krane_deploy_test.rb b/test/integration/krane_deploy_test.rb index e1969db58..1d009b764 100644 --- a/test/integration/krane_deploy_test.rb +++ b/test/integration/krane_deploy_test.rb @@ -1347,7 +1347,7 @@ def test_resource_watcher_reports_failed_after_timeout end assert_deploy_failure(result) - bad_probe_timeout = "Deployment/bad-probe: TIMED OUT (progress deadline: 5s)" + bad_probe_timeout = "Deployment/bad-probe: TIMED OUT" assert_logs_match_all([ "Successfully deployed 1 resource, timed out waiting for 2 resources to deploy, and failed to deploy 1 resource",