Remote flaky decorator from TestSignalsAPI on linux
authorPavel Labath <labath@google.com>
Thu, 28 Apr 2016 10:42:47 +0000 (10:42 +0000)
committerPavel Labath <labath@google.com>
Thu, 28 Apr 2016 10:42:47 +0000 (10:42 +0000)
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

lldb/packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py

index b885230..733b0c9 100644 (file)
@@ -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."""