Skip to content

Commit 58c2e60

Browse files
Skip test_ioctl_suspend_and_resume_output on Android too.
1 parent 777da5b commit 58c2e60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_ioctl.py

+1
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ def test_ioctl_clear_input_or_output(self):
165165
os.write(wfd, b'ABCDEF')
166166
self.assertEqual(os.read(rfd, 1024), b'ABCDEF')
167167

168+
@support.skip_android_selinux('tcflow')
168169
@unittest.skipUnless(sys.platform in ('linux', 'android'), 'only works on Linux')
169170
@unittest.skipUnless(hasattr(termios, 'TCXONC'), 'requires termios.TCXONC')
170171
def test_ioctl_suspend_and_resume_output(self):

0 commit comments

Comments
 (0)