Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 85f7aaa

Browse files
committed
temporary commit to debug CI issue
1 parent d04d105 commit 85f7aaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/snippets/snippets_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,7 @@ def test_storage_configure_retries(test_blob, capsys):
640640
out, _ = capsys.readouterr()
641641
assert "The following library method is customized to be retried" in out
642642
assert "_should_retry" in out
643+
raise Exception(out)
643644
assert "initial=1.5, maximum=45.0, multiplier=1.2, deadline=500.0" in out
644645

645646

0 commit comments

Comments
 (0)