Skip to content

Commit 0f0f8a0

Browse files
authored
Merge pull request #3277 from JDevlieghere/disable-reproducer-tests
[lldb] Temporarily disable the reproducer tests
2 parents e4386fa + 2319e3e commit 0f0f8a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lldb/test/Shell/Reproducer/lit.local.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ if 'system-windows' in config.available_features:
77

88
if 'lldb-repro' in config.available_features:
99
config.unsupported = True
10+
11+
# Temporarily disable the reproducer tests.
12+
config.unsupported = True

0 commit comments

Comments
 (0)