Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(sample): mark test flaky (#326)
  • Loading branch information
anguillanneuf committed Mar 12, 2021
1 parent 83c85bd commit 5a97ef1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/snippets/subscriber_test.py
Expand Up @@ -238,6 +238,7 @@ def test_create_subscription_with_dead_letter_policy(
assert f"After {DEFAULT_MAX_DELIVERY_ATTEMPTS} delivery attempts." in out


@flaky(max_runs=3, min_passes=1)
def test_receive_with_delivery_attempts(
publisher_client, topic, dead_letter_topic, subscription_dlq, capsys
):
Expand Down

0 comments on commit 5a97ef1

Please sign in to comment.