forked from OSchip/llvm-project
[test] Mark TestEditline as skipped with ASan.
As discussed in https://reviews.llvm.org/D70324.
This commit is contained in:
parent
4f5d931c58
commit
44fe1f024d
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue