Skip to content

Quarantine ServerVirtualizationTest.AnchorMode_End_AppendAfterLeavingBottom_DoesNotReengage flaky test #66970

@github-actions

Description

@github-actions

Failing Test(s)

  • Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerVirtualizationTest.AnchorMode_End_AppendAfterLeavingBottom_DoesNotReengage

Symptoms

Assertion failure in scroll position check:

End mode: should not re-engage after leaving bottom. scrollTop before: 31320, after: 31940, scrollHeight before: 31620, after: 32240, clientHeight: 300

The test verifies that virtualization anchor mode does not re-engage after the user scrolls past the bottom. The scroll position check is flaky due to timing/race conditions in the scroll measurement.

Failing Builds

Root Cause

Race condition in scroll position assertion — the virtualization component may re-measure scroll position before the DOM has fully settled, causing non-deterministic scroll state.

Generated by Daily Test Quarantine Management · sonnet46 11.1M ·

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions