Skip to content

Commit

Permalink
Disable failing test (#91226)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanyang-mono authored Aug 29, 2023
1 parent 1b5bdfe commit 991b150
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2705,6 +2705,9 @@
<ExcludeList Include="$(XunitTestBinBase)/Exceptions/ForeignThread/ForeignThreadExceptions/**">
<Issue>https://github.com/dotnet/runtime/issues/82859</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/tracing/runtimeeventsource/nativeruntimeeventsource/**">
<Issue>https://github.com/dotnet/runtime/issues/90605</Issue>
</ExcludeList>
</ItemGroup>

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

0 comments on commit 991b150

Please sign in to comment.