Skip to content

Commit 3c6587a

Browse files
committed
Add pytest flaky retry
1 parent 9638128 commit 3c6587a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tiledb/tests/test_dask.py

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def _make_multiattr_2d(self, uri, shape=(0, 100), tile=10):
4242

4343
tiledb.DenseArray.create(uri, schema)
4444

45+
@pytest.mark.flaky(reruns=3, reruns_delay=2)
4546
@pytest.mark.filterwarnings("ignore:There is no current event loop")
4647
def test_dask_multiattr_2d(self):
4748
uri = self.path("multiattr")

0 commit comments

Comments
 (0)