Skip to content

Commit c666bc0

Browse files
committed
Disable interpreter test for .NET 10
1 parent 7fc9c86 commit c666bc0

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
@@ -60,6 +60,9 @@
6060
<ExcludeList Include="$(XunitTestBinBase)/JIT/Directed/rvastatics/RVAOrderingTest/*">
6161
<Issue>https://github.com/dotnet/runtime/issues/55966</Issue>
6262
</ExcludeList>
63+
<ExcludeList Include="$(XunitTestBinBase)/JIT/Interpreter/*">
64+
<Issue>Disabled for .NET 10 due to a backported fix that would require backporting another PR to make the interpreter test work with it.</Issue>
65+
</ExcludeList>
6366
<ExcludeList Include="$(XunitTestBinBase)/Loader/binding/tracing/BinderTracingTest.Basic/*">
6467
<Issue>https://github.com/dotnet/runtime/issues/57786</Issue>
6568
</ExcludeList>

0 commit comments

Comments
 (0)