[lldb][test] Disable other runlocker test on AArch64 Linux

Flaky on the bot: https://lab.llvm.org/buildbot/#/builders/96/builds/54435
This commit is contained in:
David Spickett
2024-03-13 14:14:24 +00:00
parent 390f28702f
commit eb21ee49cf

View File

@@ -15,6 +15,8 @@ class TestRunLocker(TestBase):
NO_DEBUG_INFO_TESTCASE = True
@expectedFailureAll(oslist=["windows"])
# Is flaky on Linux AArch64 buildbot.
@skipIf(oslist=["linux"], archs=["aarch64"])
def test_run_locker(self):
"""Test that the run locker is set correctly when we launch"""
self.build()