[lldb] Skip TestVSCode_launch.test_progress_events on linux

It's flaky everywhere, not just arm.
This commit is contained in:
Pavel Labath 2021-03-26 17:23:50 +01:00
parent 21589d0766
commit 5c3aed98af
1 changed files with 1 additions and 1 deletions

View 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.