mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Fix Linux CI failure in test_posixpath
This commit is contained in:
5
Lib/test/test_posixpath.py
vendored
5
Lib/test/test_posixpath.py
vendored
@@ -637,6 +637,11 @@ class PosixCommonTest(test_genericpath.CommonTest, unittest.TestCase):
|
||||
|
||||
# TODO: RUSTPYTHON
|
||||
import sys
|
||||
@unittest.skipIf(sys.platform.startswith("linux") and os.getenv("CI"), "TODO: RUSTPYTHON, flaky test")
|
||||
def test_filetime(self):
|
||||
super().test_filetime()
|
||||
|
||||
# TODO: RUSTPYTHON
|
||||
if sys.platform.startswith("linux"):
|
||||
@unittest.expectedFailure
|
||||
def test_nonascii_abspath(self):
|
||||
|
||||
Reference in New Issue
Block a user