Commit e9a3fac7 authored by Muhammad Omair Javaid's avatar Muhammad Omair Javaid
Browse files

[LLDB] Skip TestPlatformProcessConnect on arm/aarch64 buildbot

TestPlatformProcessConnect is randomly failing on LLDB Arm/AArch64
buildbot. I am disabling it temporarily untill problem is fixed.
parent 2fd4d923
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ class TestPlatformProcessConnect(gdbremote_testcase.GdbRemoteTestCaseBase):
    @expectedFailureAll(hostoslist=["windows"], triple='.*-android')
    @skipIfWindows # lldb-server does not terminate correctly
    @skipIfDarwin # lldb-server not found correctly
    @skipIf(oslist=["linux"], archs=["arm", "aarch64"])  # Fails randomly
    def test_platform_process_connect(self):
        self.build()