We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc9c86 commit c666bc0Copy full SHA for c666bc0
src/tests/issues.targets
@@ -60,6 +60,9 @@
60
<ExcludeList Include="$(XunitTestBinBase)/JIT/Directed/rvastatics/RVAOrderingTest/*">
61
<Issue>https://github.com/dotnet/runtime/issues/55966</Issue>
62
</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>
66
<ExcludeList Include="$(XunitTestBinBase)/Loader/binding/tracing/BinderTracingTest.Basic/*">
67
<Issue>https://github.com/dotnet/runtime/issues/57786</Issue>
68
0 commit comments