From c243bee67ad132408f1937e43840e0ab11691759 Mon Sep 17 00:00:00 2001 From: Brennan Date: Fri, 10 Jul 2020 13:25:40 -0700 Subject: [PATCH] Quarantine flaky Components tests (#23857) --- src/Components/test/E2ETest/Tests/WebAssemblyLazyLoadTest.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Components/test/E2ETest/Tests/WebAssemblyLazyLoadTest.cs b/src/Components/test/E2ETest/Tests/WebAssemblyLazyLoadTest.cs index 98b0bc0890..828127854d 100644 --- a/src/Components/test/E2ETest/Tests/WebAssemblyLazyLoadTest.cs +++ b/src/Components/test/E2ETest/Tests/WebAssemblyLazyLoadTest.cs @@ -7,6 +7,7 @@ using BasicTestApp.RouterTest; 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.UI; using Xunit; @@ -35,6 +36,7 @@ namespace Microsoft.AspNetCore.Components.E2ETest.Tests } [Fact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/23856")] public void CanLazyLoadOnRouteChange() { // Navigate to a page without any lazy-loaded dependencies @@ -59,6 +61,7 @@ namespace Microsoft.AspNetCore.Components.E2ETest.Tests } [Fact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/23856")] public void CanLazyLoadOnFirstVisit() { // Navigate to a page with lazy loaded assemblies for the first time