Skip to content

Disable DnsResolverTest.ResolveAddresses_NonExistent_ReturnsNxDomain on Windows Server 2025 - #132065

Merged
rzikm merged 1 commit into
dotnet:mainfrom
rzikm:disable-nxdomain-ws2025-v2
Aug 11, 2026
Merged

Disable DnsResolverTest.ResolveAddresses_NonExistent_ReturnsNxDomain on Windows Server 2025#132065
rzikm merged 1 commit into
dotnet:mainfrom
rzikm:disable-nxdomain-ws2025-v2

Conversation

@rzikm

@rzikm rzikm commented Aug 10, 2026

Copy link
Copy Markdown
Member

Disables System.Net.NameResolution.Tests.DnsResolverTest.ResolveAddresses_NonExistent_ReturnsNxDomain on Windows Server 2025, where the query returns ServerFailure instead of the expected NxDomain on CI machines.

The test is skipped only on Windows Server 2025 via [ActiveIssue] conditioned on PlatformDetection.IsWindowsServer2025, so it continues to run on all other Windows versions.

Contributes to #131188

…on Windows Server 2025

The test returns ServerFailure instead of NxDomain on Windows Server 2025
CI machines. Disable it there via ActiveIssue.

Fixes dotnet#131188

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: d6c42c13-5ff2-4ecf-b9d0-a3f904e6966e
Copilot AI lite review requested due to automatic review settings August 10, 2026 08:04
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 3 pipeline(s).
13 pipeline(s) were filtered out due to trigger conditions.
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Disables a flaky DNS resolver functional test specifically on Windows Server 2025, where the OS/CI resolver intermittently returns ServerFailure instead of the expected NxDomain, causing CI-only failures.

Changes:

  • Adds an [ActiveIssue] skip for DnsResolverTest.ResolveAddresses_NonExistent_ReturnsNxDomain when PlatformDetection.IsWindowsServer2025 is true.

@rzikm
rzikm merged commit 6cfdcd6 into dotnet:main Aug 11, 2026
80 of 82 checks passed
jtschuster pushed a commit to jtschuster/runtime that referenced this pull request Aug 11, 2026
…on Windows Server 2025 (dotnet#132065)

Disables
`System.Net.NameResolution.Tests.DnsResolverTest.ResolveAddresses_NonExistent_ReturnsNxDomain`
on Windows Server 2025, where the query returns `ServerFailure` instead
of the expected `NxDomain` on CI machines.

The test is skipped only on Windows Server 2025 via `[ActiveIssue]`
conditioned on `PlatformDetection.IsWindowsServer2025`, so it continues
to run on all other Windows versions.

Contributes to dotnet#131188

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: d6c42c13-5ff2-4ecf-b9d0-a3f904e6966e
@dotnet-milestone-bot dotnet-milestone-bot Bot added this to the 11.0-rc1 milestone Aug 12, 2026
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.

4 participants