Skip to content

Commit 4fc8bff

Browse files
committed
[lldb][test] Disable statusline module deadlock test on Linux
It has been flaky in CI and Linaro's AArch64 Linux bot. See #154763.
1 parent c22a2fd commit 4fc8bff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/functionalities/statusline/TestStatusline.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ def test_resize(self):
124124
@skipIfRemote
125125
@skipIfWindows
126126
@skipIfDarwin
127+
@skipIfLinux # https://github.com/llvm/llvm-project/issues/154763
127128
@add_test_categories(["lldb-server"])
128129
def test_modulelist_deadlock(self):
129130
"""Regression test for a deadlock that occurs when the status line is enabled before connecting

0 commit comments

Comments
 (0)