From 80de1e75882545694f345f8967a29ea8a07cc127 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 6 Jul 2020 08:49:33 -0700 Subject: [PATCH] Quarantine test (#23636) --- .../integrationtests/MvcBuildIntegrationTestLegacy.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Razor/Microsoft.NET.Sdk.Razor/integrationtests/MvcBuildIntegrationTestLegacy.cs b/src/Razor/Microsoft.NET.Sdk.Razor/integrationtests/MvcBuildIntegrationTestLegacy.cs index f73bdeb2d6..b5eba2a9f3 100644 --- a/src/Razor/Microsoft.NET.Sdk.Razor/integrationtests/MvcBuildIntegrationTestLegacy.cs +++ b/src/Razor/Microsoft.NET.Sdk.Razor/integrationtests/MvcBuildIntegrationTestLegacy.cs @@ -56,6 +56,7 @@ namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests } [Fact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/23635")] public virtual async Task BuildingProject_CopyToOutputDirectoryFiles() { using (CreateTestProject())