diff --git a/src/Components/WebView/test/E2ETest/WebViewManagerE2ETests.cs b/src/Components/WebView/test/E2ETest/WebViewManagerE2ETests.cs index e997d5dd7bc6..c7dbe764b9b0 100644 --- a/src/Components/WebView/test/E2ETest/WebViewManagerE2ETests.cs +++ b/src/Components/WebView/test/E2ETest/WebViewManagerE2ETests.cs @@ -15,10 +15,10 @@ public class WebViewManagerE2ETests // There's probably some way to make it work, but it's not currently a supported Blazor Hybrid scenario anyway // - macOS is skipped due to the test not being able to detect when the WebView is ready. There's probably an issue // with the JS code sending a WebMessage to C# and not being sent properly or detected properly. - [ConditionalFact] - [OSSkipCondition(OperatingSystems.Linux | OperatingSystems.MacOSX, - SkipReason = "On Helix/Ubuntu the native Photino assemblies can't be found, and on macOS it can't detect when the WebView is ready")] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/50802")] + // [ConditionalFact] + // [OSSkipCondition(OperatingSystems.Linux | OperatingSystems.MacOSX, + // SkipReason = "On Helix/Ubuntu the native Photino assemblies can't be found, and on macOS it can't detect when the WebView is ready")] + [Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/54017")] public async Task CanLaunchPhotinoWebViewAndClickButton() { var photinoTestProgramExePath = typeof(WebViewManagerE2ETests).Assembly.Location;