You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test RedirectStreamingEnhancedPostToExternal has been intermittently failing in the components-e2e pipeline with Selenium WebDriver timeout errors.
OpenQA.Selenium.WebDriverException : The HTTP request to the remote WebDriver server timed out after 60 seconds.
The browser session becomes unresponsive during the long E2E test run. The sibling test RedirectStreamingEnhancedGetToInternal is already quarantined for the same class of failure under dotnet#66709.
The bundle file is available in the agent artifact in the workflow run linked above.
To create a pull request with the changes:
# Download the artifact from the workflow run
gh run download 26711223671 -n agent -D /tmp/agent-26711223671
# Fetch the bundle into a temporary ref, then update the local branch
git fetch /tmp/agent-26711223671/aw-test-quarantine-redirect-post-to-external-20260531.bundle refs/heads/test-quarantine/redirect-post-to-external-20260531:refs/bundles/create-pr-test-quarantine-redirect-post-to-external-20260531-875c681ec95a5e68-488a1f26
git update-ref refs/heads/test-quarantine/redirect-post-to-external-20260531-875c681ec95a5e68 refs/bundles/create-pr-test-quarantine-redirect-post-to-external-20260531-875c681ec95a5e68-488a1f26
git checkout test-quarantine/redirect-post-to-external-20260531-875c681ec95a5e68
# Ensure the working tree matches the updated branch
git reset --hard
# Remove the temporary bundle ref
git update-ref -d refs/bundles/create-pr-test-quarantine-redirect-post-to-external-20260531-875c681ec95a5e68-488a1f26
# Push the branch to origin
git push origin test-quarantine/redirect-post-to-external-20260531-875c681ec95a5e68
# Create the pull request
gh pr create --title '[test-quarantine] Quarantine RedirectStreamingEnhancedPostToExternal' --base main --head test-quarantine/redirect-post-to-external-20260531-875c681ec95a5e68 --repo DeagleGross/aspnetcore
The test
RedirectStreamingEnhancedPostToExternalhas been intermittently failing in thecomponents-e2epipeline with Selenium WebDriver timeout errors.Failures
Error
The browser session becomes unresponsive during the long E2E test run. The sibling test
RedirectStreamingEnhancedGetToInternalis already quarantined for the same class of failure under dotnet#66709.Associated issue: #aw_redirect_post
Note
This was originally intended as a pull request, but the git push operation failed.
Workflow Run: View run details and download bundle artifact
The bundle file is available in the
agentartifact in the workflow run linked above.To create a pull request with the changes: