@@ -165,7 +165,7 @@ def bigquery_project():
165
165
bigquery_client .delete_dataset (dataset_ref , delete_contents = True )
166
166
167
167
168
- @pytest .mark .flaky (max_runs = 2 , min_passes = 1 )
168
+ @pytest .mark .flaky (max_runs = 3 , min_passes = 1 )
169
169
def test_numerical_risk_analysis (
170
170
topic_id , subscription_id , bigquery_project , capsys
171
171
):
@@ -184,7 +184,7 @@ def test_numerical_risk_analysis(
184
184
assert "Value Range:" in out
185
185
186
186
187
- @pytest .mark .flaky (max_runs = 2 , min_passes = 1 )
187
+ @pytest .mark .flaky (max_runs = 3 , min_passes = 1 )
188
188
def test_categorical_risk_analysis_on_string_field (
189
189
topic_id , subscription_id , bigquery_project , capsys
190
190
):
@@ -203,7 +203,7 @@ def test_categorical_risk_analysis_on_string_field(
203
203
assert "Most common value occurs" in out
204
204
205
205
206
- @pytest .mark .flaky (max_runs = 2 , min_passes = 1 )
206
+ @pytest .mark .flaky (max_runs = 3 , min_passes = 1 )
207
207
def test_categorical_risk_analysis_on_number_field (
208
208
topic_id , subscription_id , bigquery_project , capsys
209
209
):
@@ -222,7 +222,7 @@ def test_categorical_risk_analysis_on_number_field(
222
222
assert "Most common value occurs" in out
223
223
224
224
225
- @pytest .mark .flaky (max_runs = 2 , min_passes = 1 )
225
+ @pytest .mark .flaky (max_runs = 3 , min_passes = 1 )
226
226
def test_k_anonymity_analysis_single_field (
227
227
topic_id , subscription_id , bigquery_project , capsys
228
228
):
@@ -242,7 +242,7 @@ def test_k_anonymity_analysis_single_field(
242
242
assert "Class size:" in out
243
243
244
244
245
- @pytest .mark .flaky (max_runs = 2 , min_passes = 1 )
245
+ @pytest .mark .flaky (max_runs = 3 , min_passes = 1 )
246
246
def test_k_anonymity_analysis_multiple_fields (
247
247
topic_id , subscription_id , bigquery_project , capsys
248
248
):
@@ -262,7 +262,7 @@ def test_k_anonymity_analysis_multiple_fields(
262
262
assert "Class size:" in out
263
263
264
264
265
- @pytest .mark .flaky (max_runs = 2 , min_passes = 1 )
265
+ @pytest .mark .flaky (max_runs = 3 , min_passes = 1 )
266
266
def test_l_diversity_analysis_single_field (
267
267
topic_id , subscription_id , bigquery_project , capsys
268
268
):
@@ -284,7 +284,7 @@ def test_l_diversity_analysis_single_field(
284
284
assert "Sensitive value" in out
285
285
286
286
287
- @pytest .mark .flaky (max_runs = 2 , min_passes = 1 )
287
+ @pytest .mark .flaky (max_runs = 3 , min_passes = 1 )
288
288
def test_l_diversity_analysis_multiple_field (
289
289
topic_id , subscription_id , bigquery_project , capsys
290
290
):
@@ -306,7 +306,7 @@ def test_l_diversity_analysis_multiple_field(
306
306
assert "Sensitive value" in out
307
307
308
308
309
- @pytest .mark .flaky (max_runs = 2 , min_passes = 1 )
309
+ @pytest .mark .flaky (max_runs = 3 , min_passes = 1 )
310
310
def test_k_map_estimate_analysis_single_field (
311
311
topic_id , subscription_id , bigquery_project , capsys
312
312
):
@@ -328,7 +328,7 @@ def test_k_map_estimate_analysis_single_field(
328
328
assert "Values" in out
329
329
330
330
331
- @pytest .mark .flaky (max_runs = 2 , min_passes = 1 )
331
+ @pytest .mark .flaky (max_runs = 3 , min_passes = 1 )
332
332
def test_k_map_estimate_analysis_multiple_field (
333
333
topic_id , subscription_id , bigquery_project , capsys
334
334
):
@@ -350,7 +350,7 @@ def test_k_map_estimate_analysis_multiple_field(
350
350
assert "Values" in out
351
351
352
352
353
- @pytest .mark .flaky (max_runs = 2 , min_passes = 1 )
353
+ @pytest .mark .flaky (max_runs = 3 , min_passes = 1 )
354
354
def test_k_map_estimate_analysis_quasi_ids_info_types_equal (
355
355
topic_id , subscription_id , bigquery_project
356
356
):
0 commit comments