Skip to content

[test-quarantine] Quarantine RedirectStreamingEnhancedPostToExternal #553

@DeagleGross

Description

@DeagleGross

The test RedirectStreamingEnhancedPostToExternal has been intermittently failing in the components-e2e pipeline with Selenium WebDriver timeout errors.

Failures

Error

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.

Associated issue: #aw_redirect_post

Generated by Daily Test Quarantine Management · sonnet46 5.5M ·


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 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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions