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 c3a8740 commit 776a845Copy full SHA for 776a845
src/tests/issues.targets
@@ -2712,6 +2712,9 @@
2712
<ExcludeList Include="$(XunitTestBinBase)/Exceptions/ForeignThread/ForeignThreadExceptions/**">
2713
<Issue>https://github.com/dotnet/runtime/issues/82859</Issue>
2714
</ExcludeList>
2715
+ <ExcludeList Include="$(XunitTestBinBase)/tracing/runtimeeventsource/nativeruntimeeventsource/**">
2716
+ <Issue>https://github.com/dotnet/runtime/issues/90605</Issue>
2717
+ </ExcludeList>
2718
</ItemGroup>
2719
2720
<ItemGroup Condition=" '$(RuntimeFlavor)' == 'mono' and '$(TargetArchitecture)' == 'arm64' and '$(TargetsWindows)' != 'true' " >
0 commit comments