Skip to content

[test-quarantine] Quarantine VirtualizationTest E2E tests (spacer height flakiness)#65857

Merged
wtgodbe merged 1 commit intomainfrom
bot/quarantine-virtualization-6bbddac9d9a3509c
Mar 19, 2026
Merged

[test-quarantine] Quarantine VirtualizationTest E2E tests (spacer height flakiness)#65857
wtgodbe merged 1 commit intomainfrom
bot/quarantine-virtualization-6bbddac9d9a3509c

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Quarantines 2 E2E Virtualization test methods that intermittently fail with assertion errors on CSS spacer height values.

Failing Tests

  • VirtualizationTest.CanRenderHtmlTable (also runs as ServerVirtualizationTest.CanRenderHtmlTable)
  • VirtualizationTest.CanElevateEffectiveMaxItemCount_WhenOverscanExceedsMax (also runs as ServerVirtualizationTest.CanElevateEffectiveMaxItemCount_WhenOverscanExceedsMax)

Error

Assert.Contains() Failure: Sub-string not found
String:   "height: 30px; flex-shrink: 0; display: ..."
Not found: "height: 0px; flex-shrink: 0;"

Changes

  • VirtualizationTest.cs: Added using Microsoft.AspNetCore.InternalTesting; and [QuarantinedTest] to 2 methods

Fixes #65853

Generated by Daily Test Quarantine Management ·

Tests are intermittently failing with assertion errors related to spacer height CSS values.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions github-actions Bot requested a review from a team as a code owner March 18, 2026 23:20
@github-actions github-actions Bot added the area-blazor Includes: Blazor, Razor Components label Mar 18, 2026
@wtgodbe wtgodbe merged commit 01549b2 into main Mar 19, 2026
21 of 24 checks passed
@wtgodbe wtgodbe deleted the bot/quarantine-virtualization-6bbddac9d9a3509c branch March 19, 2026 03:57
@dotnet-policy-service dotnet-policy-service Bot added this to the 11.0-preview3 milestone Mar 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-blazor Includes: Blazor, Razor Components test-failure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Quarantine VirtualizationTest.CanRenderHtmlTable and CanElevateEffectiveMaxItemCount_WhenOverscanExceedsMax failing intermittently

1 participant