forked from OSchip/llvm-project
Remove XTIMEOUT from TestCreateAfterAttach on linux
I believe the cause for this was the attach lockup fixed in r246756. I will enable this tests and observe the buildbots for signs of problems. llvm-svn: 256744
This commit is contained in:
parent
a091a7db60
commit
88e1a7d12c
|
@ -1146,7 +1146,6 @@ def getExpectedTimeouts(platform_name):
|
|||
|
||||
if target.startswith("linux"):
|
||||
expected_timeout |= {
|
||||
"TestCreateAfterAttach.py",
|
||||
"TestEvents.py",
|
||||
"TestExitDuringStep.py",
|
||||
|
||||
|
|
Loading…
Reference in New Issue