@@ -11,7 +11,7 @@ namespace Microsoft.NET.Sdk.BlazorWebAssembly.Tests
1111{
1212 public class WasmJsModulesIntegrationTests ( ITestOutputHelper log ) : BlazorWasmBaselineTests ( log , GenerateBaselines )
1313 {
14- [ RequiresMSBuildVersionFact ( "17.12" , Reason = "Needs System.Text.Json 8.0.5" ) ]
14+ [ RequiresMSBuildVersionFact ( "17.12" , Reason = "Needs System.Text.Json 8.0.5" , Skip = "https://github.com/dotnet/sdk/issues/53791" ) ]
1515 public void Build_DoesNotGenerateManifestJson_IncludesJSModulesOnBlazorBootJsonManifest ( )
1616 {
1717 // Arrange
@@ -52,7 +52,7 @@ public void Build_DoesNotGenerateManifestJson_IncludesJSModulesOnBlazorBootJsonM
5252 new FileInfo ( Path . Combine ( outputPath , "wwwroot" , "blazorwasm-minimal.modules.json" ) ) . Should ( ) . NotExist ( ) ;
5353 }
5454
55- [ RequiresMSBuildVersionFact ( "17.12" , Reason = "Needs System.Text.Json 8.0.5" ) ]
55+ [ RequiresMSBuildVersionFact ( "17.12" , Reason = "Needs System.Text.Json 8.0.5" , Skip = "https://github.com/dotnet/sdk/issues/53791" ) ]
5656 public void JSModules_ManifestIncludesModuleTargetPaths ( )
5757 {
5858 // Arrange
@@ -100,7 +100,7 @@ public void JSModules_ManifestIncludesModuleTargetPaths()
100100 new FileInfo ( Path . Combine ( outputPath , "wwwroot" , "blazorhosted.modules.json" ) ) . Should ( ) . NotExist ( ) ;
101101 }
102102
103- [ RequiresMSBuildVersionFact ( "17.12" , Reason = "Needs System.Text.Json 8.0.5" ) ]
103+ [ RequiresMSBuildVersionFact ( "17.12" , Reason = "Needs System.Text.Json 8.0.5" , Skip = "https://github.com/dotnet/sdk/issues/53791" ) ]
104104 public void Publish_DoesNotGenerateManifestJson_IncludesJSModulesOnBlazorBootJsonManifest ( )
105105 {
106106 // Arrange
@@ -149,7 +149,7 @@ public void Publish_DoesNotGenerateManifestJson_IncludesJSModulesOnBlazorBootJso
149149 intermediateOutputPath ) ;
150150 }
151151
152- [ RequiresMSBuildVersionFact ( "17.12" , Reason = "Needs System.Text.Json 8.0.5" ) ]
152+ [ RequiresMSBuildVersionFact ( "17.12" , Reason = "Needs System.Text.Json 8.0.5" , Skip = "https://github.com/dotnet/sdk/issues/53791" ) ]
153153 public void JsModules_CanHaveDifferentBuildAndPublishModules ( )
154154 {
155155 // Arrange
@@ -202,7 +202,7 @@ public void JsModules_CanHaveDifferentBuildAndPublishModules()
202202 intermediateOutputPath ) ;
203203 }
204204
205- [ Fact ]
205+ [ Fact ( Skip = "https://github.com/dotnet/sdk/issues/53791" ) ]
206206 public void JsModules_CanCustomizeBlazorInitialization ( )
207207 {
208208 // Arrange
@@ -267,7 +267,7 @@ public void JsModules_CanCustomizeBlazorInitialization()
267267 intermediateOutputPath ) ;
268268 }
269269
270- [ Fact ]
270+ [ Fact ( Skip = "https://github.com/dotnet/sdk/issues/53791" ) ]
271271 public void JsModules_Hosted_CanCustomizeBlazorInitialization ( )
272272 {
273273 // Arrange
0 commit comments