Skip to content

Commit ed132be

Browse files
pranavkmJohn Luo
authored andcommitted
Update StaticWebAssetsIntegrationTest.cs (dotnet/razor#1923)
\n\nCommit migrated from dotnet/razor@aa8bade
1 parent 66dd491 commit ed132be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Razor/Microsoft.NET.Sdk.Razor/test/IntegrationTests/StaticWebAssetsIntegrationTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public async Task Clean_Success_RemovesManifestAndCache()
183183
Assert.FileDoesNotExist(result, IntermediateOutputPath, "staticwebassets", "AppWithPackageAndP2PReference.StaticWebAssets.xml");
184184
}
185185

186-
[Fact]
186+
[Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/22049")]
187187
[InitializeTestProject("AppWithPackageAndP2PReference", language: "C#", additionalProjects: new[] { "ClassLibrary", "ClassLibrary2" })]
188188
public async Task Rebuild_Success_RecreatesManifestAndCache()
189189
{

0 commit comments

Comments
 (0)