Skip to content

Commit 65c25a4

Browse files
committed
[lldb][test] Skip TestDAP_commands.py test due to flakiness
1 parent df81055 commit 65c25a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
import os
2+
import unittest
23

34
import dap_server
45
import lldbdap_testcase
56
from lldbsuite.test import lldbtest, lldbutil
67
from lldbsuite.test.decorators import *
78

89

10+
@unittest.skip("https://llvm.org/PR81686")
911
class TestDAP_commands(lldbdap_testcase.DAPTestCaseBase):
1012
def test_command_directive_quiet_on_success(self):
1113
program = self.getBuildArtifact("a.out")

0 commit comments

Comments
 (0)