Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
RRethy committed Aug 8, 2023
1 parent 6733561 commit 7d2e392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/krane_deploy_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,7 @@ def test_resource_watcher_reports_failed_after_timeout
f["missing_volumes.yml"]["Deployment"].first["spec"]["progressDeadlineSeconds"] = 30
f["cannot_run.yml"]["Deployment"].first["spec"]["replicas"] = 1
end
assert_deploy_failure(result)
assert_deploy_failure(result, cause = :timed_out)

bad_probe_timeout = "Deployment/bad-probe: TIMED OUT"

Expand Down

0 comments on commit 7d2e392

Please sign in to comment.