forked from OSchip/llvm-project
Remove TestConnectRemote from XTIMEOUTs
The test in question was removed in r249613. llvm-svn: 256741
This commit is contained in:
parent
55582073e4
commit
0b92d6e5f6
|
@ -1146,7 +1146,6 @@ def getExpectedTimeouts(platform_name):
|
||||||
|
|
||||||
if target.startswith("linux"):
|
if target.startswith("linux"):
|
||||||
expected_timeout |= {
|
expected_timeout |= {
|
||||||
"TestConnectRemote.py",
|
|
||||||
"TestCreateAfterAttach.py",
|
"TestCreateAfterAttach.py",
|
||||||
"TestEvents.py",
|
"TestEvents.py",
|
||||||
"TestExitDuringStep.py",
|
"TestExitDuringStep.py",
|
||||||
|
|
Loading…
Reference in New Issue