Skip to content

[ci-scan] Skip Android DualMode IPv6 socket tests (Connection refused on ::1)#127994

Draft
github-actions[bot] wants to merge 2 commits intomainfrom
ci-scan/skip-android-dualmode-ipv6-127986-b2d1ecf479161c4c
Draft

[ci-scan] Skip Android DualMode IPv6 socket tests (Connection refused on ::1)#127994
github-actions[bot] wants to merge 2 commits intomainfrom
ci-scan/skip-android-dualmode-ipv6-127986-b2d1ecf479161c4c

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 9, 2026

Caution

Security scanning requires review for CI Outer-Loop Failure Scanner

Details

The threat detection results could not be parsed. The workflow output should be reviewed before merging.

Review the workflow run logs for details.

Summary

Mute DualMode IPv6 socket tests on Android. Android emulators don't support IPv6 loopback, causing Connection refused on ::1.

Linked KBE: #127986
Tracking: #127565

Changes

  • DualModeSocketTest.cs: Add [ActiveIssue("...127986", TestPlatforms.Android)] to DualModeConnectToHostString, DualModeConnectToDnsEndPoint, and DualModeConnectAsync classes.
  • SocketAsyncEventArgsTest.cs: Add [ActiveIssue("...127986", TestPlatforms.Android)] to Connect_Parallel_FailsOver.

Reasoning

  1. Same test? Yes — DualMode IPv6 socket tests match KBE.
  2. Same failure signature? Yes — Connection refused [::1].
  3. Same OS? Yes — Android.
  4. Same architecture? Yes — arm64 (Android emulator).

Failing legs

  • runtime-extra-platforms (def 154): Android arm64 device tests
  • Recurring across multiple builds on main

Note

This PR was generated by an automated CI scan workflow using GitHub Copilot.

Note

🔒 Integrity filter blocked 1 item

The following item was blocked because it doesn't meet the GitHub integrity level.

  • #114222 search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".

To allow these resources, lower min-integrity in your GitHub frontmatter:

tools:
  github:
    min-integrity: approved  # merged | approved | unapproved | none

Generated by CI Outer-Loop Failure Scanner · ● 45.9M ·

Add [ActiveIssue] for Android on DualModeConnectToHostString,
DualModeConnectToDnsEndPoint, DualModeConnectAsync, and
Connect_Parallel_FailsOver. Android emulators don't support IPv6
loopback, causing Connection refused on ::1.

Tracking: #127565

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@dotnet-policy-service
Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @karelz, @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants