[Lldb-commits] [lldb] 65c25a4 - [lldb][test] Skip TestDAP_commands.py test due to flakiness

Jordan Rupprecht via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 15 11:51:51 PST 2024


Author: Jordan Rupprecht
Date: 2024-02-15T11:51:44-08:00
New Revision: 65c25a4c40865a0e460c0fecb1b33f7cf7455573

URL: https://github.com/llvm/llvm-project/commit/65c25a4c40865a0e460c0fecb1b33f7cf7455573
DIFF: https://github.com/llvm/llvm-project/commit/65c25a4c40865a0e460c0fecb1b33f7cf7455573.diff

LOG: [lldb][test] Skip TestDAP_commands.py test due to flakiness

Added: 
    

Modified: 
    lldb/test/API/tools/lldb-dap/commands/TestDAP_commands.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/tools/lldb-dap/commands/TestDAP_commands.py b/lldb/test/API/tools/lldb-dap/commands/TestDAP_commands.py
index 226b9385fe719a..8dcda75d0a4520 100644
--- a/lldb/test/API/tools/lldb-dap/commands/TestDAP_commands.py
+++ b/lldb/test/API/tools/lldb-dap/commands/TestDAP_commands.py
@@ -1,4 +1,5 @@
 import os
+import unittest
 
 import dap_server
 import lldbdap_testcase
@@ -6,6 +7,7 @@
 from lldbsuite.test.decorators import *
 
 
+ at unittest.skip("https://llvm.org/PR81686")
 class TestDAP_commands(lldbdap_testcase.DAPTestCaseBase):
     def test_command_directive_quiet_on_success(self):
         program = self.getBuildArtifact("a.out")


        


More information about the lldb-commits mailing list