Skip to content

Commit dbd2623

Browse files
author
Takashi Matsuo
authored
fix(jobs): mark a test as flaky (GoogleCloudPlatform#5674)
1 parent 4ea8304 commit dbd2623

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

jobs/v3/api_client/custom_attribute_sample_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def create_data():
2626
custom_attribute_sample.tear_down(company_name, job_name)
2727

2828

29+
@pytest.mark.flaky(min_passes=1, max_runs=3)
2930
def test_custom_attribute_sample(create_data, capsys):
3031
@backoff.on_exception(backoff.expo, AssertionError, max_time=120)
3132
def eventually_consistent_test():

0 commit comments

Comments
 (0)