Skip to content

Commit c986a12

Browse files
authored
Disable frequently failing CriticalFinalizer test (#76131)
* Disable frequently failing CriticalFinalizer test Contributes to #76041 * Delete coreclr specific exclusion, the test is failing everywhere
1 parent a4e3a42 commit c986a12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tests/issues.targets

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
<ExcludeList Include="$(XunitTestBinBase)/Interop/PInvoke/Int128/Int128Test/*">
1212
<Issue>https://github.com/dotnet/runtime/issues/74209</Issue>
1313
</ExcludeList>
14+
<ExcludeList Include="$(XunitTestBinBase)/baseservices/finalization/CriticalFinalizer/*">
15+
<Issue>https://github.com/dotnet/runtime/issues/76041</Issue>
16+
</ExcludeList>
1417
</ItemGroup>
1518

1619
<!-- All OS/Arch CoreCLR excludes -->
@@ -36,9 +39,6 @@
3639
<ExcludeList Include="$(XunitTestBinBase)/GC/LargeMemory/Allocation/finalizertest/*">
3740
<Issue>https://github.com/dotnet/runtime/issues/5933</Issue>
3841
</ExcludeList>
39-
<ExcludeList Include="$(XunitTestBinBase)/baseservices/finalization/*">
40-
<Issue>https://github.com/dotnet/runtime/issues/76041</Issue>
41-
</ExcludeList>
4242
<ExcludeList Include="$(XunitTestBinBase)/GC/LargeMemory/API/gc/collect/*">
4343
<Issue>https://github.com/dotnet/runtime/issues/5933</Issue>
4444
</ExcludeList>

0 commit comments

Comments
 (0)