Skip to content

Commit

Permalink
Delete flaky test
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jkotas committed Jun 24, 2024
1 parent d38e559 commit 52cd0d1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 67 deletions.
53 changes: 0 additions & 53 deletions src/tests/GC/Regressions/v2.0-beta2/452950/452950.cs

This file was deleted.

11 changes: 0 additions & 11 deletions src/tests/GC/Regressions/v2.0-beta2/452950/452950.csproj

This file was deleted.

3 changes: 0 additions & 3 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3043,9 +3043,6 @@
<ExcludeList Include = "$(XunitTestBinBase)/tracing/eventcounter/regression-25709/**">
<Issue>https://github.com/dotnet/runtime/issues/84786</Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/GC/Regressions/v2.0-beta2/452950/452950/**">
<Issue>needs triage</Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/GC/Stress/Framework/ReliabilityFramework/**">
<Issue>needs triage</Issue>
</ExcludeList>
Expand Down

0 comments on commit 52cd0d1

Please sign in to comment.