Skip to content

Commit 9929753

Browse files
authored
[mono] Disable JIT/Methodical/Coverage/copy_prop_byref_to_native_int. (#73511)
Re: #69832.
1 parent e43e315 commit 9929753

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
@@ -2480,6 +2480,9 @@
24802480
<ExcludeList Include = "$(XunitTestBinBase)/JIT/Methodical/Coverage/b39946/**">
24812481
<Issue>needs triage</Issue>
24822482
</ExcludeList>
2483+
<ExcludeList Include = "$(XunitTestBinBase)/JIT/Methodical/Coverage/copy_prop_byref_to_native_int/**">
2484+
<Issue>https://github.com/dotnet/runtime/issues/69832</Issue>
2485+
</ExcludeList>
24832486
<ExcludeList Include = "$(XunitTestBinBase)/JIT/Regression/JitBlue/DevDiv_487699/DevDiv_487699/**">
24842487
<Issue>https://github.com/dotnet/runtime/issues/54393</Issue>
24852488
</ExcludeList>

0 commit comments

Comments
 (0)