Skip to content

Commit 27a39e0

Browse files
authored
Exclude a newly added test on Mono (#62056)
Fix #62031
1 parent 49c5643 commit 27a39e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/issues.targets

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,6 +1519,9 @@
15191519
<ExcludeList Include = "$(XunitTestBinBase)/JIT/Directed/debugging/poisoning/poison/**">
15201520
<Issue>Tests coreclr JIT's debug poisoning of address taken variables</Issue>
15211521
</ExcludeList>
1522+
<ExcludeList Include = "$(XunitTestBinBase)/JIT/Directed/debugging/debuginfo/**">
1523+
<Issue>Tests coreclr JIT's debug info generation</Issue>
1524+
</ExcludeList>
15221525
</ItemGroup>
15231526

15241527
<!-- Known failures for mono runtime on *all* architectures/operating systems in interpreter runtime mode -->

0 commit comments

Comments
 (0)