Skip to content

Commit e435b08

Browse files
Merge pull request #7774 from felipepiovezan/felipe/disable_linux_failing_test
[lldb] Disable linux test failing on bots
2 parents 70c5513 + 22cfc8e commit e435b08

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)