Skip to content

Disable the new S.DS.Protocols local tests on Mono#127176

Open
bartonjs wants to merge 1 commit intodotnet:mainfrom
bartonjs:disable_new_tests_on_mono
Open

Disable the new S.DS.Protocols local tests on Mono#127176
bartonjs wants to merge 1 commit intodotnet:mainfrom
bartonjs:disable_new_tests_on_mono

Conversation

@bartonjs
Copy link
Copy Markdown
Member

The new tests are intermittently failing on Mono.
It's most likely a resource starvation on low-powered legs, but since these tests are just to accelerate dev inner loop just limit them to running in CoreCLR.

Mitigates impact from #127070.

The new tests are intermittently failing on Mono.
It's most likely a resource starvation on low-powered legs,
but since these tests are just to accelerate dev inner loop
just limit them to running in CoreCLR.
@bartonjs bartonjs requested a review from tarekgh April 20, 2026 19:06
@bartonjs bartonjs self-assigned this Apr 20, 2026
Copilot AI review requested due to automatic review settings April 20, 2026 19:06
@bartonjs bartonjs enabled auto-merge (squash) April 20, 2026 19:06
@dotnet-policy-service
Copy link
Copy Markdown
Contributor

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

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR mitigates intermittent failures of the new System.DirectoryServices.Protocols local test suite on Mono by skipping that test class on the Mono runtime, keeping the developer inner-loop tests effectively CoreCLR-only.

Changes:

  • Mark DirectoryServicesProtocolsTests_Local as skipped on Mono via an ActiveIssue attribute referencing #127070.

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.

3 participants