We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3412713 commit 37cf4c5Copy full SHA for 37cf4c5
pydra/engine/tests/test_node_task.py
@@ -991,6 +991,7 @@ def test_task_state_6a(plugin):
991
assert odir.exists()
992
993
994
+@pytest.mark.flaky(reruns=2) # when dask
995
def test_task_state_comb_1(plugin_dask_opt):
996
""" task with the simplest splitter and combiner"""
997
nn = fun_addtwo(name="NA").split(a=[3, 5], splitter="a").combine(combiner="a")
@@ -1279,6 +1280,7 @@ def test_task_state_comb_order():
1279
1280
# Testing caching for tasks with states
1281
1282
1283
1284
def test_task_state_cachedir(plugin_dask_opt, tmpdir):
1285
""" task with a state and provided cache_dir using pytest tmpdir"""
1286
cache_dir = tmpdir.mkdir("test_task_nostate")
0 commit comments