Skip to content

Commit b868f40

Browse files
authored
Fix: Datastore client: Mark test as flaky (#8227)
1 parent ba54a37 commit b868f40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datastore/cloud-client/admin_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def test_get_index(self):
4242
def test_list_index(self):
4343
assert admin.list_indexes(PROJECT)
4444

45+
@pytest.mark.flaky
4546
@backoff.on_exception(backoff.expo, (RetryError, TimeoutError), max_tries=3)
4647
def test_export_import_entities(self):
4748
response = admin.export_entities(PROJECT, "gs://" + BUCKET)

0 commit comments

Comments
 (0)