We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26869f2 commit 48dd3a0Copy full SHA for 48dd3a0
src/Components/WebView/test/E2ETest/WebViewManagerE2ETests.cs
@@ -18,6 +18,7 @@ public class WebViewManagerE2ETests
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")]
22
public async Task CanLaunchPhotinoWebViewAndClickButton()
23
{
24
var photinoTestProgramExePath = typeof(WebViewManagerE2ETests).Assembly.Location;
0 commit comments