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 · ◷
Failing Test(s)
Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerVirtualizationTest.AnchorMode_End_AppendAfterLeavingBottom_DoesNotReengageSymptoms
Assertion failure in scroll position check:
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.