Skip to content

Commit eb21ee4

Browse files
committed
[lldb][test] Disable other runlocker test on AArch64 Linux
Flaky on the bot: https://lab.llvm.org/buildbot/#/builders/96/builds/54435
1 parent 390f287 commit eb21ee4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/API/python_api/run_locker/TestRunLocker.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ class TestRunLocker(TestBase):
1515
NO_DEBUG_INFO_TESTCASE = True
1616

1717
@expectedFailureAll(oslist=["windows"])
18+
# Is flaky on Linux AArch64 buildbot.
19+
@skipIf(oslist=["linux"], archs=["aarch64"])
1820
def test_run_locker(self):
1921
"""Test that the run locker is set correctly when we launch"""
2022
self.build()

0 commit comments

Comments
 (0)