Skip to content

Commit 22cfc8e

Browse files
[lldb] Disable linux test failing on bots
While we investigate it: rdar://117690727
1 parent 5462890 commit 22cfc8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/terminal/TestEditline.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def test_left_right_arrow(self):
4848
@skipIfAsan
4949
@skipIfEditlineSupportMissing
5050
@skipIfEditlineWideCharSupportMissing
51+
@skipIf(oslist=["linux"])
5152
def test_prompt_unicode(self):
5253
"""Test that we can use Unicode in the LLDB prompt."""
5354
self.launch(use_colors=True, encoding="utf-8")

0 commit comments

Comments
 (0)