diff options
-rwxr-xr-x | lldb/test/dosep.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/dosep.py b/lldb/test/dosep.py index 4644a89f14f..ce0a68f94df 100755 --- a/lldb/test/dosep.py +++ b/lldb/test/dosep.py @@ -250,6 +250,7 @@ def getExpectedTimeouts(platform_name): "TestEvents.py", "TestExitDuringStep.py", "TestHelloWorld.py", # Times out in ~10% of the times on the build bot + "TestMultithreaded.py", "TestThreadStepOut.py", } elif target.startswith("android"): |