Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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/50802")]
public async Task CanLaunchPhotinoWebViewAndClickButton()
{
var photinoTestProgramExePath = typeof(WebViewManagerE2ETests).Assembly.Location;
Expand Down
Loading