From 321971cbbfcef31bf870006ce89898081bf870c0 Mon Sep 17 00:00:00 2001 From: John Luo Date: Thu, 27 Aug 2020 11:57:54 -0700 Subject: [PATCH] Disable failing/hanging tests due to Chrome/Selenium issue --- .../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 a2fe529a1929..4a363519fb7b 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 2da0e11666ef..6a024814c24f 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