Skip (more) PExpect tests under ASAN, I can't get them to work reliably.

llvm-svn: 375312
This commit is contained in:
Adrian Prantl 2019-10-19 00:30:30 +00:00
parent 1d7b41361f
commit 0904f92401
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ class IOHandlerCompletionTest(PExpectTest):
mydir = TestBase.compute_mydir(__file__)
# PExpect uses many timeouts internally and doesn't play well
# under ASAN on a loaded machine..
@skipIfAsan
def test_completion(self):
self.launch(dimensions=(100,500))