[lldb/Test] Skip TestExpressionInSyscall with reproducers

Skip this test because it relies on a timeout.
This commit is contained in:
Jonas Devlieghere 2020-05-13 13:48:41 -07:00
parent 5ecb514146
commit e29cae1e53
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ class ExprSyscallTestCase(TestBase):
oslist=["windows"],
bugnumber="llvm.org/pr21765, getpid() does not exist on Windows")
@expectedFailureNetBSD
@skipIfReproducer
def test_setpgid(self):
self.build()
self.expr_syscall()