File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 2929import os
3030import posixpath
3131from unittest .case import expectedFailure
32+ from unittest .case import skipIf
3233
3334import commoncode .date
3435from commoncode .testcase import FileBasedTesting
3536from commoncode import fileutils
37+ from commoncode .system import on_windows
3638import typecode .contenttype
3739
3840from extractcode_assert_utils import check_files
@@ -868,7 +870,7 @@ def test_extract_tar_archive_with_special_files(self):
868870 check_files (test_dir , expected )
869871 assert [] == result
870872
871- # @skipIf(True , 'Unicode tar paths are not handled well yet')
873+ @skipIf (on_windows , 'Long paths are not handled well yet on windows ' )
872874 def test_extract_python_testtar_tar_archive_with_special_files (self ):
873875 test_file = self .get_test_loc ('archive/tar/testtar.tar' )
874876 # this is from:
You can’t perform that action at this time.
0 commit comments