From 7b8fe5323407de28a2e9b76aa772179bcf6195d5 Mon Sep 17 00:00:00 2001 From: John Luo Date: Thu, 27 Aug 2020 13:16:01 -0700 Subject: [PATCH] Disable failing/hanging tests due to Chrome/Selenium issue (#25323) --- .../E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj | 3 +++ .../BlazorTemplates.Tests/BlazorTemplates.Tests.csproj | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj b/src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj index a2fe529a19..4a363519fb 100644 --- a/src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj +++ b/src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj @@ -14,6 +14,9 @@ true false + + true + diff --git a/src/ProjectTemplates/BlazorTemplates.Tests/BlazorTemplates.Tests.csproj b/src/ProjectTemplates/BlazorTemplates.Tests/BlazorTemplates.Tests.csproj index 2da0e11666..6a024814c2 100644 --- a/src/ProjectTemplates/BlazorTemplates.Tests/BlazorTemplates.Tests.csproj +++ b/src/ProjectTemplates/BlazorTemplates.Tests/BlazorTemplates.Tests.csproj @@ -10,6 +10,10 @@ true true + + + true + false true