[LLDB] Skip TestProcessIOHandlerInterrupt Arm/AArch64 Linux

This patch skips TestProcessIOHandlerInterrupt on Arm/AArch64.
PExpect tests are not stable when run in containerized machine.
This commit is contained in:
Muhammad Omair Javaid 2022-03-28 12:32:44 +05:00
parent f7e3174ec0
commit 5c6ee1305e

View File

@ -13,6 +13,7 @@ class TestCase(PExpectTest):
mydir = TestBase.compute_mydir(__file__)
@skipIf(oslist=["linux"], archs=["arm", "aarch64"])
def test(self):
self.build(dictionary={"CXX_SOURCES":"cat.cpp"})
self.launch(executable=self.getBuildArtifact())