Skip to content

Commit

Permalink
Quarantine CanLaunchPhotinoWebViewAndClickButton (#56300)
Browse files Browse the repository at this point in the history
For some reason retry isn't working for this test? Or it's still failing a lot even with a retry.

Co-authored-by: Brennan <brecon@microsoft.com>
  • Loading branch information
github-actions[bot] and BrennanConroy committed Jul 2, 2024
1 parent 3ffafee commit ada17d6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public class WebViewManagerE2ETests(ITestOutputHelper output)
[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")]
public async Task CanLaunchPhotinoWebViewAndClickButton()
{
var photinoTestProgramExePath = typeof(WebViewManagerE2ETests).Assembly.Location;
Expand Down

0 comments on commit ada17d6

Please sign in to comment.