Skip to content

Commit 0f3c52e

Browse files
authored
Quarantine CanUseViewportAsContainer test (#24924)
- #24922
1 parent 3f40882 commit 0f3c52e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Components/test/E2ETest/Tests/VirtualizationTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
77
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
88
using Microsoft.AspNetCore.E2ETesting;
9+
using Microsoft.AspNetCore.Testing;
910
using OpenQA.Selenium;
1011
using OpenQA.Selenium.Support.Extensions;
1112
using Xunit;
@@ -188,6 +189,7 @@ public void CancelsOutdatedRefreshes_Async()
188189
}
189190

190191
[Fact]
192+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/24922")]
191193
public void CanUseViewportAsContainer()
192194
{
193195
var expectedInitialSpacerStyle = "height: 0px;";

0 commit comments

Comments
 (0)