File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Components/WebView/test/E2ETest Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ public class WebViewManagerE2ETests
1515 // There's probably some way to make it work, but it's not currently a supported Blazor Hybrid scenario anyway
1616 // - macOS is skipped due to the test not being able to detect when the WebView is ready. There's probably an issue
1717 // with the JS code sending a WebMessage to C# and not being sent properly or detected properly.
18- [ ConditionalFact ]
19- [ OSSkipCondition ( OperatingSystems . Linux | OperatingSystems . MacOSX ,
20- SkipReason = "On Helix/Ubuntu the native Photino assemblies can't be found, and on macOS it can't detect when the WebView is ready" ) ]
21- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/50802 " ) ]
18+ // [ConditionalFact]
19+ // [OSSkipCondition(OperatingSystems.Linux | OperatingSystems.MacOSX,
20+ // SkipReason = "On Helix/Ubuntu the native Photino assemblies can't be found, and on macOS it can't detect when the WebView is ready")]
21+ [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/54017 " ) ]
2222 public async Task CanLaunchPhotinoWebViewAndClickButton ( )
2323 {
2424 var photinoTestProgramExePath = typeof ( WebViewManagerE2ETests ) . Assembly . Location ;
You can’t perform that action at this time.
0 commit comments