@@ -2025,7 +2025,6 @@ def test_wf_nostate_cachedir_relativepath(tmpdir, plugin):
2025
2025
shutil .rmtree (cache_dir )
2026
2026
2027
2027
2028
- @pytest .mark .flaky (reruns = 2 ) # windows test sometimes gives longer time t2
2029
2028
def test_wf_nostate_cachelocations (plugin , tmpdir ):
2030
2029
"""
2031
2030
Two identical wfs with provided cache_dir;
@@ -2080,7 +2079,6 @@ def test_wf_nostate_cachelocations(plugin, tmpdir):
2080
2079
assert not wf2 .output_dir .exists ()
2081
2080
2082
2081
2083
- @pytest .mark .flaky (reruns = 2 ) # windows test sometimes gives longer time t2
2084
2082
def test_wf_nostate_cachelocations_a (plugin , tmpdir ):
2085
2083
"""
2086
2084
the same as previous test, but workflows names differ;
@@ -2195,7 +2193,6 @@ def test_wf_nostate_cachelocations_b(plugin, tmpdir):
2195
2193
assert wf2 .output_dir .exists ()
2196
2194
2197
2195
2198
- @pytest .mark .flaky (reruns = 2 ) # windows test sometimes gives longer time t2
2199
2196
def test_wf_nostate_cachelocations_setoutputchange (plugin , tmpdir ):
2200
2197
"""
2201
2198
the same as previous test, but wf output names differ,
@@ -2253,7 +2250,6 @@ def test_wf_nostate_cachelocations_setoutputchange(plugin, tmpdir):
2253
2250
assert wf2 .output_dir .exists ()
2254
2251
2255
2252
2256
- @pytest .mark .flaky (reruns = 2 ) # windows test sometimes gives longer time t2
2257
2253
def test_wf_nostate_cachelocations_setoutputchange_a (plugin , tmpdir ):
2258
2254
"""
2259
2255
the same as previous test, but wf names and output names differ,
@@ -2639,7 +2635,6 @@ def test_wf_nostate_nodecachelocations_upd(plugin, tmpdir):
2639
2635
assert len (list (Path (cache_dir2 ).glob ("F*" ))) == 1
2640
2636
2641
2637
2642
- @pytest .mark .flaky (reruns = 2 ) # windows test sometimes gives longer time t2
2643
2638
def test_wf_state_cachelocations (plugin , tmpdir ):
2644
2639
"""
2645
2640
Two identical wfs (with states) with provided cache_dir;
@@ -2769,7 +2764,6 @@ def test_wf_state_cachelocations_forcererun(plugin, tmpdir):
2769
2764
assert odir .exists ()
2770
2765
2771
2766
2772
- @pytest .mark .flaky (reruns = 2 ) # windows test sometimes gives longer time t2
2773
2767
def test_wf_state_cachelocations_updateinp (plugin , tmpdir ):
2774
2768
"""
2775
2769
Two identical wfs (with states) with provided cache_dir;
@@ -3001,7 +2995,6 @@ def test_wf_nostate_cachelocations_recompute(plugin, tmpdir):
3001
2995
assert len (list (Path (cache_dir2 ).glob ("F*" ))) == 1
3002
2996
3003
2997
3004
- @pytest .mark .flaky (reruns = 2 ) # windows test sometimes gives longer time t2
3005
2998
def test_wf_ndstate_cachelocations (plugin , tmpdir ):
3006
2999
"""
3007
3000
Two wfs with identical inputs and node states;
@@ -3124,7 +3117,6 @@ def test_wf_ndstate_cachelocations_forcererun(plugin, tmpdir):
3124
3117
assert wf2 .output_dir .exists ()
3125
3118
3126
3119
3127
- @pytest .mark .flaky (reruns = 2 ) # windows test sometimes gives longer time t2
3128
3120
def test_wf_ndstate_cachelocations_updatespl (plugin , tmpdir ):
3129
3121
"""
3130
3122
Two wfs with identical inputs and node state (that is set after adding the node!);
0 commit comments