File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/dotnet-watch.Tests/HotReload Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -969,7 +969,7 @@ public async Task BlazorWasmHosted()
969969 App . AssertOutputContains ( $ "dotnet watch ⌚ [blazorhosted ({ tfm } )] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType AddFieldRva'") ;
970970 }
971971
972- [ PlatformSpecificFact ( TestPlatforms . Windows ) ] // https://github.com/dotnet/aspnetcore/issues/63759
972+ [ Fact ]
973973 public async Task Razor_Component_ScopedCssAndStaticAssets ( )
974974 {
975975 var testAsset = TestAssets . CopyTestAsset ( "WatchRazorWithDeps" )
@@ -1017,7 +1017,7 @@ public async Task Razor_Component_ScopedCssAndStaticAssets()
10171017 /// Currently only works on Windows.
10181018 /// Add TestPlatforms.OSX once https://github.com/dotnet/sdk/issues/45521 is fixed.
10191019 /// </summary>
1020- [ PlatformSpecificFact ( TestPlatforms . Windows , Skip = "https://github.com/dotnet/sdk/issues/40006" ) ]
1020+ [ PlatformSpecificFact ( TestPlatforms . Windows ) ]
10211021 public async Task MauiBlazor ( )
10221022 {
10231023 var testAsset = TestAssets . CopyTestAsset ( "WatchMauiBlazor" )
You can’t perform that action at this time.
0 commit comments