Skip to content

Commit 58cc148

Browse files
pranavkmJohn Luo
authored andcommitted
Skipping flaky tests (dotnet/razor#1926)
* Skipping flaky tests * Update StaticWebAssetsIntegrationTest.cs\n\nCommit migrated from dotnet/razor@beba53c
1 parent ed132be commit 58cc148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public StaticWebAssetsIntegrationTest(
2828

2929
public ITestOutputHelper Output { get; private set; }
3030

31-
[Fact]
31+
[Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/22049")]
3232
[InitializeTestProject("AppWithPackageAndP2PReference", language: "C#", additionalProjects: new[] { "ClassLibrary", "ClassLibrary2" })]
3333
public async Task Build_GeneratesStaticWebAssetsManifest_Success_CreatesManifest()
3434
{
@@ -125,7 +125,7 @@ public async Task Publish_WithBuildReferencesDisabled_CopiesStaticWebAssetsToDes
125125
Assert.FileExists(publish, PublishOutputPath, Path.Combine("wwwroot", "_content", "PackageLibraryTransitiveDependency", "js", "pkg-transitive-dep.js"));
126126
}
127127

128-
[Fact]
128+
[Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/22049")]
129129
[InitializeTestProject("AppWithPackageAndP2PReference", additionalProjects: new[] { "ClassLibrary", "ClassLibrary2" })]
130130
public async Task Publish_NoBuild_CopiesStaticWebAssetsToDestinationFolder()
131131
{

0 commit comments

Comments
 (0)