Skip to content

Commit 37d6446

Browse files
committed
xfail test_lit_drive
1 parent 420c2b3 commit 37d6446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_app/storage/test_drive.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def test_lit_drive_transferring_files():
112112
os.remove("a.txt")
113113

114114

115-
@pytest.mark.flaky(reruns=3, reruns_delay=5) # todo: likely dead feature, fine to crash...
115+
@pytest.mark.xfail(strict=False) # todo: likely dead feature, fine to crash...
116116
def test_lit_drive():
117117
with pytest.raises(Exception, match="Unknown protocol for the drive 'id' argument"):
118118
Drive("invalid_drive_id")

0 commit comments

Comments
 (0)