Remove TestConnectRemote from XTIMEOUTs

The test in question was removed in r249613.

llvm-svn: 256741
This commit is contained in:
Pavel Labath 2016-01-04 10:09:06 +00:00
parent 55582073e4
commit 0b92d6e5f6
1 changed files with 0 additions and 1 deletions
lldb/packages/Python/lldbsuite/test

View File

@ -1146,7 +1146,6 @@ def getExpectedTimeouts(platform_name):
if target.startswith("linux"):
expected_timeout |= {
"TestConnectRemote.py",
"TestCreateAfterAttach.py",
"TestEvents.py",
"TestExitDuringStep.py",