Skip to content

Commit 3e10f52

Browse files
committed
mark failing test from test_ioctl
1 parent de26d1e commit 3e10f52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_ioctl.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ def test_ioctl_mutate_2048(self):
6666
# Test with a larger buffer, just for the record.
6767
self._check_ioctl_mutate_len(2048)
6868

69+
# TODO: RUSTPYTHON
70+
@unittest.expectedFailure
6971
def test_ioctl_signed_unsigned_code_param(self):
7072
if not pty:
7173
raise unittest.SkipTest('pty module required')

0 commit comments

Comments
 (0)