File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
test/dotnet-watch.Tests/HotReload Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ public static void PrintDirectoryName([CallerFilePathAttribute] string filePath
372372 await App . AssertOutputLineStartsWith ( "> NewSubdir" ) ;
373373 }
374374
375- [ Fact ]
375+ [ Fact ( Skip = "https://github.com/dotnet/sdk/issues/42850" ) ]
376376 public async Task Aspire ( )
377377 {
378378 var testAsset = TestAssets . CopyTestAsset ( "WatchAspire" )
@@ -404,8 +404,8 @@ public async Task Aspire()
404404 await App . AssertOutputLineStartsWith ( "dotnet watch 🔥 Hot reload change handled" ) ;
405405
406406 App . AssertOutputContains ( "Using Aspire process launcher." ) ;
407- App . AssertOutputContains ( MessageDescriptor . HotReloadSucceeded , "WatchAspire.AppHost (net9 .0)" ) ;
408- App . AssertOutputContains ( MessageDescriptor . HotReloadSucceeded , "WatchAspire.ApiService (net9 .0)" ) ;
407+ App . AssertOutputContains ( MessageDescriptor . HotReloadSucceeded , "WatchAspire.AppHost (net10 .0)" ) ;
408+ App . AssertOutputContains ( MessageDescriptor . HotReloadSucceeded , "WatchAspire.ApiService (net10 .0)" ) ;
409409
410410 // Only one browser should be launched (dashboard). The child process shouldn't launch a browser.
411411 Assert . Equal ( 1 , App . Process . Output . Count ( line => line . StartsWith ( "dotnet watch ⌚ Launching browser: " ) ) ) ;
You can’t perform that action at this time.
0 commit comments