We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df81055 commit 65c25a4Copy full SHA for 65c25a4
lldb/test/API/tools/lldb-dap/commands/TestDAP_commands.py
@@ -1,11 +1,13 @@
1
import os
2
+import unittest
3
4
import dap_server
5
import lldbdap_testcase
6
from lldbsuite.test import lldbtest, lldbutil
7
from lldbsuite.test.decorators import *
8
9
10
+@unittest.skip("https://llvm.org/PR81686")
11
class TestDAP_commands(lldbdap_testcase.DAPTestCaseBase):
12
def test_command_directive_quiet_on_success(self):
13
program = self.getBuildArtifact("a.out")
0 commit comments