Skip to content

Commit 991b150

Browse files
authored
Disable failing test (#91226)
1 parent 1b5bdfe commit 991b150

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
@@ -2705,6 +2705,9 @@
27052705
<ExcludeList Include="$(XunitTestBinBase)/Exceptions/ForeignThread/ForeignThreadExceptions/**">
27062706
<Issue>https://github.com/dotnet/runtime/issues/82859</Issue>
27072707
</ExcludeList>
2708+
<ExcludeList Include="$(XunitTestBinBase)/tracing/runtimeeventsource/nativeruntimeeventsource/**">
2709+
<Issue>https://github.com/dotnet/runtime/issues/90605</Issue>
2710+
</ExcludeList>
27082711
</ItemGroup>
27092712

27102713
<ItemGroup Condition=" '$(RuntimeFlavor)' == 'mono' and '$(TargetArchitecture)' == 'arm64' and '$(TargetsWindows)' != 'true' " >

0 commit comments

Comments
 (0)