[lldb] Skip TestVSCode_launch.test_progress_events on linux
authorPavel Labath <pavel@labath.sk>
Fri, 26 Mar 2021 16:23:50 +0000 (17:23 +0100)
committerPavel Labath <pavel@labath.sk>
Fri, 26 Mar 2021 16:26:44 +0000 (17:26 +0100)
It's flaky everywhere, not just arm.

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

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