diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dosep.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/dosep.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dosep.py b/lldb/packages/Python/lldbsuite/test/dosep.py index 8733fc6695d..d5242f643c8 100644 --- a/lldb/packages/Python/lldbsuite/test/dosep.py +++ b/lldb/packages/Python/lldbsuite/test/dosep.py @@ -1146,7 +1146,6 @@ def getExpectedTimeouts(platform_name): if target.startswith("linux"): expected_timeout |= { - "TestEvents.py", "TestMultithreaded.py", } elif target.startswith("android"): |