Skip to content

Commit ada17d6

Browse files
Quarantine CanLaunchPhotinoWebViewAndClickButton (dotnet#56300)
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>
1 parent 3ffafee commit ada17d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public class WebViewManagerE2ETests(ITestOutputHelper output)
1919
[ConditionalFact]
2020
[OSSkipCondition(OperatingSystems.Linux | OperatingSystems.MacOSX,
2121
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")]
2223
public async Task CanLaunchPhotinoWebViewAndClickButton()
2324
{
2425
var photinoTestProgramExePath = typeof(WebViewManagerE2ETests).Assembly.Location;

0 commit comments

Comments
 (0)