forked from OSchip/llvm-project
[lldb/Test] Skip TestExpressionInSyscall with reproducers
Skip this test because it relies on a timeout.
This commit is contained in:
parent
5ecb514146
commit
e29cae1e53
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue