[LLDB] Skip TestVSCode_launch.test_progress_events arm/linux
authorMuhammad Omair Javaid <omair.javaid@linaro.org>
Thu, 25 Mar 2021 23:37:49 +0000 (04:37 +0500)
committerMuhammad Omair Javaid <omair.javaid@linaro.org>
Thu, 25 Mar 2021 23:38:31 +0000 (04:38 +0500)
TestVSCode_launch.test_progress_events is mysteriously failing on arm
linux. I am marking it skipped for the buildbot while looking into
failure.

lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py

index 1bd16f4819486d5784e0ee0e1208a4f35a93b2b3..3cfebb689a5b6a3dd8729c22e73f879968147653 100644 (file)
@@ -454,6 +454,7 @@ class TestVSCode_launch(lldbvscode_testcase.VSCodeTestCaseBase):
 
     @skipIfWindows
     @skipIfRemote
+    @skipIf(oslist=["linux"], archs=["arm"])
     def test_progress_events(self):
         '''
             Tests the progress events to ensure we are receiving them.