File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/Components/WebView/test/E2ETest Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,9 @@ 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
- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/50802" ) ]
19
18
[ ConditionalFact ]
20
19
[ OSSkipCondition ( OperatingSystems . Linux | OperatingSystems . MacOSX ,
21
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" ) ]
22
- [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/50802" , Queues = "Windows.Amd64.Server2022.Open" ) ]
23
21
public async Task CanLaunchPhotinoWebViewAndClickButton ( )
24
22
{
25
23
var photinoTestProgramExePath = typeof ( WebViewManagerE2ETests ) . Assembly . Location ;
You can’t perform that action at this time.
0 commit comments