File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Components/WebView/test/E2ETest Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ public class WebViewManagerE2ETests
15
15
// There's probably some way to make it work, but it's not currently a supported Blazor Hybrid scenario anyway
16
16
// - macOS is skipped due to the test not being able to detect when the WebView is ready. There's probably an issue
17
17
// with the JS code sending a WebMessage to C# and not being sent properly or detected properly.
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 " ) ]
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
+ [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/54017 " ) ]
22
22
public async Task CanLaunchPhotinoWebViewAndClickButton ( )
23
23
{
24
24
var photinoTestProgramExePath = typeof ( WebViewManagerE2ETests ) . Assembly . Location ;
You can’t perform that action at this time.
0 commit comments