Quarantine `CanUseViewportAsContainer` test (#24924)

- #24922
This commit is contained in:
Doug Bunting 2020-08-15 16:09:40 -07:00 committed by GitHub
parent 3f4088224b
commit 0f3c52e84c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ using Microsoft.AspNetCore.Components.E2ETest;
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
using Microsoft.AspNetCore.E2ETesting;
using Microsoft.AspNetCore.Testing;
using OpenQA.Selenium;
using OpenQA.Selenium.Support.Extensions;
using Xunit;
@ -188,6 +189,7 @@ namespace Microsoft.AspNetCore.Components.E2ETests.Tests
}
[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/24922")]
public void CanUseViewportAsContainer()
{
var expectedInitialSpacerStyle = "height: 0px;";