Skip to content

Commit 48dd3a0

Browse files
Quarantine CanLaunchPhotinoWebViewAndClickButton (#54937)
For some reason retry isn't working for this test? Or it's still failing a lot even with a retry.
1 parent 26869f2 commit 48dd3a0

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
@@ -18,6 +18,7 @@ public class WebViewManagerE2ETests
1818
[ConditionalFact]
1919
[OSSkipCondition(OperatingSystems.Linux | OperatingSystems.MacOSX,
2020
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")]
2122
public async Task CanLaunchPhotinoWebViewAndClickButton()
2223
{
2324
var photinoTestProgramExePath = typeof(WebViewManagerE2ETests).Assembly.Location;

0 commit comments

Comments
 (0)