Author: Pavel Labath
Date: 2021-04-08T16:31:18+02:00
New Revision: 1e511bb1be718657a5584ccb792723d9ddac481f

URL: 
https://github.com/llvm/llvm-project/commit/1e511bb1be718657a5584ccb792723d9ddac481f
DIFF: 
https://github.com/llvm/llvm-project/commit/1e511bb1be718657a5584ccb792723d9ddac481f.diff

LOG: [lldb] Re-skip TestVSCode_launch

The test is flaky (sleeps didn't help).

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py 
b/lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py
index e69003c135b00..1d99ecf87c4e0 100644
--- a/lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py
+++ b/lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py
@@ -454,6 +454,7 @@ def test_terminate_commands(self):
 
     @skipIfWindows
     @skipIfRemote
+    @skipIf(oslist=["linux"])
     def test_progress_events(self):
         '''
             Tests the progress events to ensure we are receiving them.


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to