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 3ffafee commit ada17d6Copy full SHA for ada17d6
src/Components/WebView/test/E2ETest/WebViewManagerE2ETests.cs
@@ -19,6 +19,7 @@ public class WebViewManagerE2ETests(ITestOutputHelper output)
19
[ConditionalFact]
20
[OSSkipCondition(OperatingSystems.Linux | OperatingSystems.MacOSX,
21
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
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/50802")]
23
public async Task CanLaunchPhotinoWebViewAndClickButton()
24
{
25
var photinoTestProgramExePath = typeof(WebViewManagerE2ETests).Assembly.Location;
0 commit comments