Skip to content

Commit 49189a9

Browse files
committed
Tag test as failing on Windows #245 #989
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent ac8809a commit 49189a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/extractcode/test_archive.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2289,6 +2289,7 @@ def test_extract_cbz_basic_with_weird_filename_extension(self):
22892289

22902290
class TestLzip(BaseArchiveTestCase):
22912291

2292+
pytestmark = pytest.mark.skipif(on_windows, reason='FIXME: lzip does not work on Windows')
22922293
def test_extract_tarlzip_basic(self):
22932294
test_file = self.get_test_loc('archive/lzip/sample.tar.lz')
22942295
test_dir = self.get_temp_dir()

0 commit comments

Comments
 (0)