From d7c936bff80e0549f4c6f67020f24b1a6dad3340 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 10:25:27 +0000 Subject: [PATCH] Quarantine QuickGridInteractiveCompatTest.PaginatorCorrectItemsPerPage Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../test/E2ETest/Tests/QuickGridInteractiveCompatTest.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Components/test/E2ETest/Tests/QuickGridInteractiveCompatTest.cs b/src/Components/test/E2ETest/Tests/QuickGridInteractiveCompatTest.cs index 58bb69dc9458..37c52b1dda59 100644 --- a/src/Components/test/E2ETest/Tests/QuickGridInteractiveCompatTest.cs +++ b/src/Components/test/E2ETest/Tests/QuickGridInteractiveCompatTest.cs @@ -5,6 +5,7 @@ using Microsoft.AspNetCore.Components.E2ETest.Infrastructure; using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures; using Microsoft.AspNetCore.E2ETesting; +using Microsoft.AspNetCore.InternalTesting; using OpenQA.Selenium; using TestServer; using Xunit.Abstractions; @@ -108,6 +109,7 @@ public void CanColumnSortByDateOnly() } [Fact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/68680")] public void PaginatorCorrectItemsPerPage() { Navigate($"{ServerPathBase}/quickgrid-interactive");