File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1526,8 +1526,6 @@ def test_quoting(self):
1526
1526
"url2pathname() failed; %s != %s" %
1527
1527
(expect , result ))
1528
1528
1529
- # TODO: RUSTPYTHON
1530
- @unittest .expectedFailure
1531
1529
@unittest .skipUnless (sys .platform == 'win32' ,
1532
1530
'test specific to the nturl2path functions.' )
1533
1531
def test_prefixes (self ):
Original file line number Diff line number Diff line change @@ -1464,6 +1464,8 @@ def test_extract_hackers_arcnames_common_cases(self):
1464
1464
]
1465
1465
self ._test_extract_hackers_arcnames (common_hacknames )
1466
1466
1467
+ # TODO: RUSTPYTHON
1468
+ @unittest .expectedFailure
1467
1469
@unittest .skipIf (os .path .sep != '\\ ' , 'Requires \\ as path separator.' )
1468
1470
def test_extract_hackers_arcnames_windows_only (self ):
1469
1471
"""Test combination of path fixing and windows name sanitization."""
You can’t perform that action at this time.
0 commit comments