From 6ae6e46a56ff311f95a3b790705bbcced98645e0 Mon Sep 17 00:00:00 2001 From: Safia Abdalla Date: Wed, 30 Jun 2021 21:14:32 -0700 Subject: [PATCH] Unquarantine CanUseViewportAsContainer test --- src/Components/test/E2ETest/Tests/VirtualizationTest.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Components/test/E2ETest/Tests/VirtualizationTest.cs b/src/Components/test/E2ETest/Tests/VirtualizationTest.cs index 74237ce8a094..1dc4201ba18a 100644 --- a/src/Components/test/E2ETest/Tests/VirtualizationTest.cs +++ b/src/Components/test/E2ETest/Tests/VirtualizationTest.cs @@ -193,7 +193,6 @@ public void CancelsOutdatedRefreshes_Async() } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/24922")] public void CanUseViewportAsContainer() { Browser.MountTestComponent();