Skip to content

Commit 0e1065a

Browse files
authored
Skip CanLaunchPhotinoWebViewAndClickButton broken test. (#63555)
1 parent 56ec592 commit 0e1065a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Components/WebView/test/E2ETest/WebViewManagerE2ETests.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)