Skip to content

Commit

Permalink
samples: mark test flaky (googleapis#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
anguillanneuf authored Mar 11, 2021
1 parent 4dc89fc commit 83c85bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/snippets/subscriber_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ def run_sample():
assert "With delivery attempts: " in out


@flaky(max_runs=3, min_passes=1)
def test_update_dead_letter_policy(subscription_dlq, dead_letter_topic, capsys):
_ = subscriber.update_subscription_with_dead_letter_policy(
PROJECT_ID,
Expand Down

0 comments on commit 83c85bd

Please sign in to comment.