From ed132be5feef9240f5fb7681eca750d6ebea546f Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 20 May 2020 14:44:17 -0700 Subject: [PATCH] Update StaticWebAssetsIntegrationTest.cs (dotnet/aspnetcore-tooling#1923) \n\nCommit migrated from https://github.com/dotnet/aspnetcore-tooling/commit/aa8bade12ebfbd195f5d208f7fe86c380d80bdc4 --- .../test/IntegrationTests/StaticWebAssetsIntegrationTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Razor/Microsoft.NET.Sdk.Razor/test/IntegrationTests/StaticWebAssetsIntegrationTest.cs b/src/Razor/Microsoft.NET.Sdk.Razor/test/IntegrationTests/StaticWebAssetsIntegrationTest.cs index 810f24b194..2491ae6e73 100644 --- a/src/Razor/Microsoft.NET.Sdk.Razor/test/IntegrationTests/StaticWebAssetsIntegrationTest.cs +++ b/src/Razor/Microsoft.NET.Sdk.Razor/test/IntegrationTests/StaticWebAssetsIntegrationTest.cs @@ -183,7 +183,7 @@ namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests Assert.FileDoesNotExist(result, IntermediateOutputPath, "staticwebassets", "AppWithPackageAndP2PReference.StaticWebAssets.xml"); } - [Fact] + [Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/22049")] [InitializeTestProject("AppWithPackageAndP2PReference", language: "C#", additionalProjects: new[] { "ClassLibrary", "ClassLibrary2" })] public async Task Rebuild_Success_RecreatesManifestAndCache() {