diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/issue_verification/TestExpectedTimeout.py.park')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/issue_verification/TestExpectedTimeout.py.park | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/issue_verification/TestExpectedTimeout.py.park b/lldb/packages/Python/lldbsuite/test/issue_verification/TestExpectedTimeout.py.park index 2453581231f..67db8149f85 100644 --- a/lldb/packages/Python/lldbsuite/test/issue_verification/TestExpectedTimeout.py.park +++ b/lldb/packages/Python/lldbsuite/test/issue_verification/TestExpectedTimeout.py.park @@ -10,6 +10,7 @@ class ExpectedTimeoutTestCase(lldbtest.TestBase): """Forces test timeout.""" mydir = lldbtest.TestBase.compute_mydir(__file__) + @lldbtest.expectedFailureAll() def test_buildbot_sees_expected_timeout(self): """Tests that expected timeout logic kicks in and is picked up.""" while True: |