diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dosep.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/dosep.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dosep.py b/lldb/packages/Python/lldbsuite/test/dosep.py index 87a410fa090..9b1b8a774f4 100644 --- a/lldb/packages/Python/lldbsuite/test/dosep.py +++ b/lldb/packages/Python/lldbsuite/test/dosep.py @@ -1144,12 +1144,7 @@ def getExpectedTimeouts(platform_name): expected_timeout = set() - if target.startswith("android"): - expected_timeout |= { - "TestExitDuringStep.py", - "TestHelloWorld.py", - } - elif target.startswith("freebsd"): + if target.startswith("freebsd"): expected_timeout |= { "TestBreakpointConditions.py", "TestChangeProcessGroup.py", |