@@ -105,7 +105,7 @@ public async Task AutoRestartOnRudeEdit(bool nonInteractive)
105
105
App . AssertOutputContains ( $ "[WatchHotReloadApp ({ ToolsetInfo . CurrentTargetFramework } )] Launched") ;
106
106
}
107
107
108
- [ Fact ]
108
+ [ Fact ( Skip = "https://github.com/dotnet/sdk/issues/49307" ) ]
109
109
public async Task AutoRestartOnRudeEditAfterRestartPrompt ( )
110
110
{
111
111
var testAsset = TestAssets . CopyTestAsset ( "WatchHotReloadApp" )
@@ -524,30 +524,6 @@ public async Task BlazorWasm_Restart()
524
524
await App . WaitUntilOutputContains ( $ "dotnet watch ⌚ Reloading browser.") ;
525
525
}
526
526
527
- [ Fact ]
528
- public async Task BlazorWasmHosted ( )
529
- {
530
- var testAsset = TestAssets . CopyTestAsset ( "WatchBlazorWasmHosted" )
531
- . WithSource ( ) ;
532
-
533
- var tfm = ToolsetInfo . CurrentTargetFramework ;
534
-
535
- var port = TestOptions . GetTestPort ( ) ;
536
- App . Start ( testAsset , [ "--urls" , "http://localhost:" + port ] , "blazorhosted" , testFlags : TestFlags . MockBrowser ) ;
537
-
538
- await App . AssertWaitingForChanges ( ) ;
539
-
540
- App . AssertOutputContains ( MessageDescriptor . ConfiguredToUseBrowserRefresh ) ;
541
- App . AssertOutputContains ( MessageDescriptor . ConfiguredToLaunchBrowser ) ;
542
- App . AssertOutputContains ( "dotnet watch 🔥 HotReloadProfile: BlazorHosted" ) ;
543
-
544
- // client capabilities:
545
- App . AssertOutputContains ( $ "dotnet watch ⌚ [blazorhosted ({ tfm } )] Project 'blazorwasm ({ tfm } )' specifies capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType NewTypeDefinition ChangeCustomAttributes AddInstanceFieldToExistingType GenericAddMethodToExistingType GenericUpdateMethod UpdateParameters GenericAddFieldToExistingType'") ;
546
-
547
- // server capabilities:
548
- App . AssertOutputContains ( $ "dotnet watch ⌚ [blazorhosted ({ tfm } )] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType AddFieldRva'") ;
549
- }
550
-
551
527
[ PlatformSpecificFact ( TestPlatforms . Windows ) ] // "https://github.com/dotnet/sdk/issues/49307")
552
528
public async Task BlazorWasmHosted ( )
553
529
{
0 commit comments