Update StaticWebAssetsIntegrationTest.cs (dotnet/aspnetcore-tooling#1923)

\n\nCommit migrated from aa8bade12e
This commit is contained in:
Pranav K 2020-05-20 14:44:17 -07:00 committed by John Luo
parent 66dd4919da
commit ed132be5fe
1 changed files with 1 additions and 1 deletions

View File

@ -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()
{