From fe1eb306feb55a183b9eaf21882582ec28eed1aa Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Fri, 30 Oct 2015 14:08:19 +0000 Subject: Mark another TestEvents test as flaky on linux I don't think anything has changed recently - the test was always flaky, but only very rarely. Still, it is causing noise in the buildbots. llvm-svn: 251699 --- lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test/python_api') diff --git a/lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py b/lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py index f63ac134aab..6f820f8e554 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py +++ b/lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py @@ -101,6 +101,7 @@ class EventAPITestCase(TestBase): my_thread.join() @add_test_categories(['pyapi']) + @expectedFlakeyLinux("llvm.org/pr23730") # Flaky, fails ~1/100 cases def test_wait_for_event(self): """Exercise SBListener.WaitForEvent() API.""" self.build() -- cgit v1.2.3