Skip to content

Commit 52cd0d1

Browse files
committed
Delete flaky test
This test is tried to verify that the full GCs were performed less than 5% of time for particular allocation pattern. The number of full GCs performed can be influenced by timing and other activity on the machine, that makes this test unreliable. Fixes dotnet#100174 Fixes dotnet#99729 Fixes dotnet#103494
1 parent d38e559 commit 52cd0d1

File tree

3 files changed

+0
-67
lines changed

3 files changed

+0
-67
lines changed

src/tests/GC/Regressions/v2.0-beta2/452950/452950.cs

-53
This file was deleted.

src/tests/GC/Regressions/v2.0-beta2/452950/452950.csproj

-11
This file was deleted.

src/tests/issues.targets

-3
Original file line numberDiff line numberDiff line change
@@ -3043,9 +3043,6 @@
30433043
<ExcludeList Include = "$(XunitTestBinBase)/tracing/eventcounter/regression-25709/**">
30443044
<Issue>https://github.com/dotnet/runtime/issues/84786</Issue>
30453045
</ExcludeList>
3046-
<ExcludeList Include = "$(XunitTestBinBase)/GC/Regressions/v2.0-beta2/452950/452950/**">
3047-
<Issue>needs triage</Issue>
3048-
</ExcludeList>
30493046
<ExcludeList Include = "$(XunitTestBinBase)/GC/Stress/Framework/ReliabilityFramework/**">
30503047
<Issue>needs triage</Issue>
30513048
</ExcludeList>

0 commit comments

Comments
 (0)