Skip to content

Commit 1b4cb46

Browse files
committed
marked test_typing_cast as flaky
1 parent 3a7bbdf commit 1b4cb46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pydra/utils/tests/test_typing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,7 @@ def Workflow(in_file: MyFormatX) -> MyFormatX:
737737
assert out_file.header.parent != in_file.header.parent
738738

739739

740+
@pytest.mark.flaky(reruns=5)
740741
def test_typing_cast(tmp_path, SpecificTask, OtherSpecificTask):
741742
"""Check the casting of lazy fields and whether specific file-sets can be recovered
742743
from generic `File` classes"""

0 commit comments

Comments
 (0)