Skip to content

Commit

Permalink
try changing regex
Browse files Browse the repository at this point in the history
  • Loading branch information
sumedhpd committed Feb 8, 2024
1 parent 7abe030 commit 5063fce
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 @@ -724,7 +724,7 @@ def test_deploy_result_logging_for_mixed_result_deploy
"Timeout reason: ProgressDeadlineExceeded",
/Latest ReplicaSet: missing-volumes-\w+/,
"Final status: 1 replica, 1 updatedReplica, 1 unavailableReplica",
*(%r{/FailedMount.*secret "catphotoscom" not found/} if ENV['CI'] == 'true'), #event
*(%r{.*FailedMount.*secret "catphotoscom" not found.*} if ENV['CI'] == 'true'), #event
], in_order: true)

# Debug info for failure
Expand Down

0 comments on commit 5063fce

Please sign in to comment.