forked from OSchip/llvm-project
[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:
parent
da5a6b2bf5
commit
3b2496e8fa
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue