Ah, only skip this for embedded darwin targets.

llvm-svn: 371583
This commit is contained in:
Jason Molenda 2019-09-11 01:03:24 +00:00
parent f0321c094d
commit 9b27586e83
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class ProcessIOTestCase(TestBase):
@skipIfWindows # stdio manipulation unsupported on Windows
@add_test_categories(['pyapi'])
@expectedFlakeyLinux(bugnumber="llvm.org/pr26437")
@skipIfRemote # I/O redirection like this is not supported on remote iOS devices yet <rdar://problem/54581135>
@skipIfDarwinEmbedded # I/O redirection like this is not supported on remote iOS devices yet <rdar://problem/54581135>
def test_stdin_by_api(self):
"""Exercise SBProcess.PutSTDIN()."""
self.setup_test()