Skip to content

Commit df18123

Browse files
authored
test(samples): retry flaky test 5 times (#77)
1 parent e0e51a8 commit df18123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlp/snippets/risk_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def test_k_map_estimate_analysis_single_field(
294294
assert "Values" in out
295295

296296

297-
@pytest.mark.flaky(max_runs=3, min_passes=1)
297+
@pytest.mark.flaky(max_runs=5, min_passes=1)
298298
def test_k_map_estimate_analysis_multiple_field(
299299
topic_id, subscription_id, bigquery_project, capsys
300300
):

0 commit comments

Comments
 (0)