Skip to content

Commit 776a845

Browse files
Disable failing test (#91269)
Co-authored-by: Fan Yang <[email protected]>
1 parent c3a8740 commit 776a845

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
@@ -2712,6 +2712,9 @@
27122712
<ExcludeList Include="$(XunitTestBinBase)/Exceptions/ForeignThread/ForeignThreadExceptions/**">
27132713
<Issue>https://github.com/dotnet/runtime/issues/82859</Issue>
27142714
</ExcludeList>
2715+
<ExcludeList Include="$(XunitTestBinBase)/tracing/runtimeeventsource/nativeruntimeeventsource/**">
2716+
<Issue>https://github.com/dotnet/runtime/issues/90605</Issue>
2717+
</ExcludeList>
27152718
</ItemGroup>
27162719

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

0 commit comments

Comments
 (0)