Skip to content

Commit

Permalink
Disable frequently failing CriticalFinalizer test
Browse files Browse the repository at this point in the history
Contributes to dotnet#76041
  • Loading branch information
jkotas committed Sep 24, 2022
1 parent 3922b81 commit d2ffee9
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 @@ -11,6 +11,9 @@
<ExcludeList Include="$(XunitTestBinBase)/Interop/PInvoke/Int128/Int128Test/*">
<Issue>https://github.com/dotnet/runtime/issues/74209</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/baseservices/finalization/CriticalFinalizer/*">
<Issue>https://github.com/dotnet/runtime/issues/76041</Issue>
</ExcludeList>
</ItemGroup>

<!-- All OS/Arch CoreCLR excludes -->
Expand Down

0 comments on commit d2ffee9

Please sign in to comment.