[LLDB] Skip TestTwoHitsOneActual.py on Arm/AArch64 Linux

This test has some race condition which is making it hang on LLDB
Arm/AArch64 Linux buildbot. I am marking it as skipped until we
investigate whats going wrong.
This commit is contained in:
Muhammad Omair Javaid 2022-07-05 15:00:53 +04:00
parent da5a6b2bf5
commit 3b2496e8fa
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ class TestTwoHitsOneActual(TestBase):
NO_DEBUG_INFO_TESTCASE = True NO_DEBUG_INFO_TESTCASE = True
@skipIf(oslist=["linux"], archs=["arm", "aarch64"])
def test_two_hits_one_actual(self): def test_two_hits_one_actual(self):
"""There can be many tests in a test case - describe this test here.""" """There can be many tests in a test case - describe this test here."""
self.build() self.build()