[test] Mark TestEditline as skipped with ASan.

As discussed in https://reviews.llvm.org/D70324.
This commit is contained in:
Jonas Devlieghere 2019-11-21 13:09:40 -08:00
parent 4f5d931c58
commit 44fe1f024d
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ class EditlineTest(PExpectTest):
mydir = TestBase.compute_mydir(__file__)
@skipIfAsan
def test_left_right_arrow(self):
"""Test that ctrl+left/right arrow navigates words correctly.