Skip to content

Commit

Permalink
Disable failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
fanyang-mono authored and github-actions committed Aug 29, 2023
1 parent 22a50ac commit 4eef3df
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 @@ -2712,6 +2712,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 4eef3df

Please sign in to comment.