We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b5bdfe commit 991b150Copy full SHA for 991b150
src/tests/issues.targets
@@ -2705,6 +2705,9 @@
2705
<ExcludeList Include="$(XunitTestBinBase)/Exceptions/ForeignThread/ForeignThreadExceptions/**">
2706
<Issue>https://github.com/dotnet/runtime/issues/82859</Issue>
2707
</ExcludeList>
2708
+ <ExcludeList Include="$(XunitTestBinBase)/tracing/runtimeeventsource/nativeruntimeeventsource/**">
2709
+ <Issue>https://github.com/dotnet/runtime/issues/90605</Issue>
2710
+ </ExcludeList>
2711
</ItemGroup>
2712
2713
<ItemGroup Condition=" '$(RuntimeFlavor)' == 'mono' and '$(TargetArchitecture)' == 'arm64' and '$(TargetsWindows)' != 'true' " >
0 commit comments