forked from OSchip/llvm-project
Remote flaky decorator from TestSignalsAPI on linux
The test seems to pass now, and the test does not seem to be doing anything unusual, so I don't expect it to cause problems. llvm-svn: 267867
This commit is contained in:
parent
2008dbb4ed
commit
f726c346ea
|
@ -17,7 +17,6 @@ class SignalsAPITestCase(TestBase):
|
|||
mydir = TestBase.compute_mydir(__file__)
|
||||
|
||||
@add_test_categories(['pyapi'])
|
||||
@expectedFlakeyLinux # this test fails 1/100 dosep runs
|
||||
@skipIfWindows # Windows doesn't have signals
|
||||
def test_ignore_signal(self):
|
||||
"""Test Python SBUnixSignals.Suppress/Stop/Notify() API."""
|
||||
|
|
Loading…
Reference in New Issue