Skip to content

Commit 5ce0fe7

Browse files
committed
removing mark.flaky from the tests that meassure time, this should work fine now
1 parent 0548de1 commit 5ce0fe7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pydra/engine/tests/test_workflow.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2025,7 +2025,6 @@ def test_wf_nostate_cachedir_relativepath(tmpdir, plugin):
20252025
shutil.rmtree(cache_dir)
20262026

20272027

2028-
@pytest.mark.flaky(reruns=2) # windows test sometimes gives longer time t2
20292028
def test_wf_nostate_cachelocations(plugin, tmpdir):
20302029
"""
20312030
Two identical wfs with provided cache_dir;
@@ -2080,7 +2079,6 @@ def test_wf_nostate_cachelocations(plugin, tmpdir):
20802079
assert not wf2.output_dir.exists()
20812080

20822081

2083-
@pytest.mark.flaky(reruns=2) # windows test sometimes gives longer time t2
20842082
def test_wf_nostate_cachelocations_a(plugin, tmpdir):
20852083
"""
20862084
the same as previous test, but workflows names differ;
@@ -2195,7 +2193,6 @@ def test_wf_nostate_cachelocations_b(plugin, tmpdir):
21952193
assert wf2.output_dir.exists()
21962194

21972195

2198-
@pytest.mark.flaky(reruns=2) # windows test sometimes gives longer time t2
21992196
def test_wf_nostate_cachelocations_setoutputchange(plugin, tmpdir):
22002197
"""
22012198
the same as previous test, but wf output names differ,
@@ -2253,7 +2250,6 @@ def test_wf_nostate_cachelocations_setoutputchange(plugin, tmpdir):
22532250
assert wf2.output_dir.exists()
22542251

22552252

2256-
@pytest.mark.flaky(reruns=2) # windows test sometimes gives longer time t2
22572253
def test_wf_nostate_cachelocations_setoutputchange_a(plugin, tmpdir):
22582254
"""
22592255
the same as previous test, but wf names and output names differ,
@@ -2639,7 +2635,6 @@ def test_wf_nostate_nodecachelocations_upd(plugin, tmpdir):
26392635
assert len(list(Path(cache_dir2).glob("F*"))) == 1
26402636

26412637

2642-
@pytest.mark.flaky(reruns=2) # windows test sometimes gives longer time t2
26432638
def test_wf_state_cachelocations(plugin, tmpdir):
26442639
"""
26452640
Two identical wfs (with states) with provided cache_dir;
@@ -2769,7 +2764,6 @@ def test_wf_state_cachelocations_forcererun(plugin, tmpdir):
27692764
assert odir.exists()
27702765

27712766

2772-
@pytest.mark.flaky(reruns=2) # windows test sometimes gives longer time t2
27732767
def test_wf_state_cachelocations_updateinp(plugin, tmpdir):
27742768
"""
27752769
Two identical wfs (with states) with provided cache_dir;
@@ -3001,7 +2995,6 @@ def test_wf_nostate_cachelocations_recompute(plugin, tmpdir):
30012995
assert len(list(Path(cache_dir2).glob("F*"))) == 1
30022996

30032997

3004-
@pytest.mark.flaky(reruns=2) # windows test sometimes gives longer time t2
30052998
def test_wf_ndstate_cachelocations(plugin, tmpdir):
30062999
"""
30073000
Two wfs with identical inputs and node states;
@@ -3124,7 +3117,6 @@ def test_wf_ndstate_cachelocations_forcererun(plugin, tmpdir):
31243117
assert wf2.output_dir.exists()
31253118

31263119

3127-
@pytest.mark.flaky(reruns=2) # windows test sometimes gives longer time t2
31283120
def test_wf_ndstate_cachelocations_updatespl(plugin, tmpdir):
31293121
"""
31303122
Two wfs with identical inputs and node state (that is set after adding the node!);

0 commit comments

Comments
 (0)