Quarantine CanInfluenceHeadDuringPrerender (#24603)

* Update PrerenderingTest.cs

* using
This commit is contained in:
Justin Kotalik 2020-08-06 11:40:38 -07:00 committed by GitHub
parent c924af3bd7
commit 9d783c5b76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ using BasicTestApp;
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 TestServer;
using Xunit;
@ -82,6 +83,7 @@ namespace Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests
}
[Fact]
[QuarantinedTest]
public void CanInfluenceHeadDuringPrerender()
{
Navigate("/prerendered/prerendered-head");