Skip to content

Commit

Permalink
test(samples): retry flaky test 5 times (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored Nov 25, 2020
1 parent 5fe4441 commit d4d43ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-dlp/samples/snippets/risk_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def test_k_map_estimate_analysis_single_field(
assert "Values" in out


@pytest.mark.flaky(max_runs=3, min_passes=1)
@pytest.mark.flaky(max_runs=5, min_passes=1)
def test_k_map_estimate_analysis_multiple_field(
topic_id, subscription_id, bigquery_project, capsys
):
Expand Down

0 comments on commit d4d43ac

Please sign in to comment.