8000 mark failing test · RustPython/RustPython@d1f61c3 · GitHub
[go: up one dir, main page]

Skip to content

Commit d1f61c3

Browse files
committed
mark failing test
1 parent a3fa7d4 commit d1f61c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_site.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ def test_addsitedir_hidden_flags(self):
220220
finally:
221221
pth_file.cleanup()
222222

223+
# TODO: RUSTPYTHON
224+
@unittest.expectedFailure
223225
@unittest.skipUnless(sys.platform == 'win32', 'test needs Windows')
224226
@support.requires_subprocess()
225227
def test_addsitedir_hidden_file_attribute(self):

0 commit comments

Comments
 (0)
0