Skip to content

Commit

Permalink
Disable frequently failing CriticalFinalizer test (#76131)
Browse files Browse the repository at this point in the history
* Disable frequently failing CriticalFinalizer test

Contributes to #76041

* Delete coreclr specific exclusion, the test is failing everywhere
  • Loading branch information
jkotas committed Sep 25, 2022
1 parent a4e3a42 commit c986a12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 All @@ -36,9 +39,6 @@
<ExcludeList Include="$(XunitTestBinBase)/GC/LargeMemory/Allocation/finalizertest/*">
<Issue>https://github.com/dotnet/runtime/issues/5933</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/baseservices/finalization/*">
<Issue>https://github.com/dotnet/runtime/issues/76041</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/GC/LargeMemory/API/gc/collect/*">
<Issue>https://github.com/dotnet/runtime/issues/5933</Issue>
</ExcludeList>
Expand Down

0 comments on commit c986a12

Please sign in to comment.