diff --git a/src/Components/test/E2ETest/Tests/VirtualizationTest.cs b/src/Components/test/E2ETest/Tests/VirtualizationTest.cs index ee064a335a02..01139fce9e6a 100644 --- a/src/Components/test/E2ETest/Tests/VirtualizationTest.cs +++ b/src/Components/test/E2ETest/Tests/VirtualizationTest.cs @@ -6304,6 +6304,7 @@ public void ScrollToItem_ExternalCancellation_TaskCancels() } [Fact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/68777")] public void ScrollToItem_UserScrollDuringProviderFetch_UserScrollWins() { // While the provider is fetching for ScrollToItemAsync, a real user scroll must win.