Skip to content

Commit 2541220

Browse files
Unquarantine CanLaunchPhotinoWebViewAndClickButton (#54339)
1 parent ef8d538 commit 2541220

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ 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-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/50802")]
1918
[ConditionalFact]
2019
[OSSkipCondition(OperatingSystems.Linux | OperatingSystems.MacOSX,
2120
SkipReason = "On Helix/Ubuntu the native Photino assemblies can't be found, and on macOS it can't detect when the WebView is ready")]
22-
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/50802", Queues = "Windows.Amd64.Server2022.Open")]
2321
public async Task CanLaunchPhotinoWebViewAndClickButton()
2422
{
2523
var photinoTestProgramExePath = typeof(WebViewManagerE2ETests).Assembly.Location;

0 commit comments

Comments
 (0)