-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Test Failure: BlazorServerTemplateWorks_NoAuth #30761
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is failing to wait for the navigation to be intercepted. |
Thanks for contacting us. |
Thanks for contacting us. We're moving this issue to the |
* Version Bumps * Run with `Test: Windows Server x64` * Install Playwright in CI * Add running playwright locally instructions * Test Cleanup * Remove Selenium * Prebuild for Playwright install * Update default-build.yml * Update default-build.yml * Update default-build.yml * Update default-build.yml * Update default-build.yml * Playwright install in test * New template test pipeline * Update components-e2e-tests.yml * Update components-template-tests.yml * Update components-e2e-tests.yml * Update components-e2e-tests.yml * Update components-e2e-tests.yml * Update components-template-tests.yml * Update components-e2e-tests.yml * Update components-e2e-tests.yml * Update components-e2e-tests.yml * Revert new pipeline changes * RestoreAdditionalProjectSources * Update Templates.Blazor.Tests.csproj * PR Feedback * RunBlazorPlaywrightTemplateTests * Socket logic * Fixed socket wait logic Fixes #30761 * Remove redundant process wait for exit We're already in the `Exited` Event: There are two ways of being notified when the associated process exits: synchronously and asynchronously. Synchronous notification means calling the WaitForExit method to block the current thread until the process exits. Asynchronous notification uses the Exited event, which allows the calling thread to continue execution in the meantime. In the latter case, EnableRaisingEvents must be set to true for the calling application to receive the Exited event. https://learn.microsoft.com/dotnet/api/system.diagnostics.process.exited?view=net-7.0 * Update BlazorWasmTemplateTest.cs * Update Templates.Blazor.Tests.csproj * Revert App.Ref, add src in props * Config updates * Update RequiresDelayedBuildProjects.props * Update Templates.Blazor.Tests.csproj * Skip failing tests * Add #46430 * Update Templates.Blazor.Tests.csproj * Update BlazorWasmTemplateTest.cs * Update BlazorWasmTemplateTest.cs --------- Co-authored-by: William Godbe <[email protected]>
Build: https://dev.azure.com/dnceng/public/_build/results?buildId=1027022&view=logs&j=8c9dd6ae-5017-5a70-997c-c2386fed4e85&t=67839355-6a03-55d6-fbd7-5d56c2fd9ea1
The text was updated successfully, but these errors were encountered: