Skip to content

Commit 36865a1

Browse files
authored
[lldb-dap] enable TestDAP_module on linux (#171584)
The issue was fixed in #163821
1 parent f85494f commit 36865a1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/test/API/tools/lldb-dap/module/TestDAP_module.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
import lldbdap_testcase
88
import re
99

10-
# Flakey in Github CI runs, see https://github.com/llvm/llvm-project/issues/137660.
11-
@skipIfLinux
1210
class TestDAP_module(lldbdap_testcase.DAPTestCaseBase):
1311
def run_test(self, symbol_basename, expect_debug_info_size):
1412
program_basename = "a.out.stripped"

0 commit comments

Comments
 (0)