@@ -28,7 +28,8 @@ public StaticWebAssetsIntegrationTest(
28
28
29
29
public ITestOutputHelper Output { get ; private set ; }
30
30
31
- [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/22049" ) ]
31
+ [ Fact ]
32
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/22049" ) ]
32
33
[ InitializeTestProject ( "AppWithPackageAndP2PReference" , language : "C#" , additionalProjects : new [ ] { "ClassLibrary" , "ClassLibrary2" } ) ]
33
34
public async Task Build_GeneratesStaticWebAssetsManifest_Success_CreatesManifest ( )
34
35
{
@@ -126,7 +127,8 @@ public async Task Publish_WithBuildReferencesDisabled_CopiesStaticWebAssetsToDes
126
127
Assert . FileExists ( publish , PublishOutputPath , Path . Combine ( "wwwroot" , "_content" , "PackageLibraryTransitiveDependency" , "js" , "pkg-transitive-dep.js" ) ) ;
127
128
}
128
129
129
- [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/22049" ) ]
130
+ [ Fact ]
131
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/22049" ) ]
130
132
[ InitializeTestProject ( "AppWithPackageAndP2PReference" , additionalProjects : new [ ] { "ClassLibrary" , "ClassLibrary2" } ) ]
131
133
public async Task Publish_NoBuild_CopiesStaticWebAssetsToDestinationFolder ( )
132
134
{
@@ -184,7 +186,8 @@ public async Task Clean_Success_RemovesManifestAndCache()
184
186
Assert . FileDoesNotExist ( result , IntermediateOutputPath , "staticwebassets" , "AppWithPackageAndP2PReference.StaticWebAssets.xml" ) ;
185
187
}
186
188
187
- [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/22049" ) ]
189
+ [ Fact ]
190
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/22049" ) ]
188
191
[ InitializeTestProject ( "AppWithPackageAndP2PReference" , language : "C#" , additionalProjects : new [ ] { "ClassLibrary" , "ClassLibrary2" } ) ]
189
192
public async Task Rebuild_Success_RecreatesManifestAndCache ( )
190
193
{
0 commit comments