Skip to content

Commit 3c0359b

Browse files
committed
ci: marking test as flacky. Ref #2435 #2435
1 parent 282812c commit 3c0359b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_pool.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ def test_directory_names_custom_string(self, tmpdir):
292292
assert all(["my_instance" in each for each in dirs_path_pool])
293293

294294
@skip_if_ignore_pool
295+
@pytest.mark.xfail(reason="Flaky test. See #2435")
295296
def test_directory_names_function(self, tmpdir):
296297
def myfun(i):
297298
if i == 0:

0 commit comments

Comments
 (0)