We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9638128 commit 3c6587aCopy full SHA for 3c6587a
tiledb/tests/test_dask.py
@@ -42,6 +42,7 @@ def _make_multiattr_2d(self, uri, shape=(0, 100), tile=10):
42
43
tiledb.DenseArray.create(uri, schema)
44
45
+ @pytest.mark.flaky(reruns=3, reruns_delay=2)
46
@pytest.mark.filterwarnings("ignore:There is no current event loop")
47
def test_dask_multiattr_2d(self):
48
uri = self.path("multiattr")
0 commit comments