We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 390f287 commit eb21ee4Copy full SHA for eb21ee4
lldb/test/API/python_api/run_locker/TestRunLocker.py
@@ -15,6 +15,8 @@ class TestRunLocker(TestBase):
15
NO_DEBUG_INFO_TESTCASE = True
16
17
@expectedFailureAll(oslist=["windows"])
18
+ # Is flaky on Linux AArch64 buildbot.
19
+ @skipIf(oslist=["linux"], archs=["aarch64"])
20
def test_run_locker(self):
21
"""Test that the run locker is set correctly when we launch"""
22
self.build()
0 commit comments