Skip to content

.NET: Quarantine flaky DevUI test#6159

Merged
rogerbarreto merged 7 commits into
mainfrom
copilot/update-microsoft-extensions-ai-packages
May 29, 2026
Merged

.NET: Quarantine flaky DevUI test#6159
rogerbarreto merged 7 commits into
mainfrom
copilot/update-microsoft-extensions-ai-packages

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 28, 2026

Motivation and Context

The DevUI integration tests are intermittently failing in the merge_group across PRs that do not touch DevUI, blocking the queue. The root cause race is tracked in #5845.

This PR quarantines the flaky test TestServerWithDevUI_ResolvesWorkflows_WithKeyedAndDefaultRegistrationAsync with [Fact(Skip = ...)], linking back to #5845. This is a sibling of the test named in #5845 (TestServerWithDevUI_ResolvesMixedAgentsAndWorkflows_AllRegistrationsAsync), in the same class and with the same suspected cause (startup vs /v1/entities discovery race).

Description

Note: this PR intentionally does NOT bump any package versions. The earlier Microsoft.Extensions.AI bumps were reverted so the change stays scoped to the flaky test quarantine only.

Tracking

Copilot AI changed the title [WIP] .NET: Bump Microsoft.Extensions.AI packages to 10.6.0 and align transitive dependency floor .NET: Bump Microsoft.Extensions.AI packages to 10.6.0, align transitive dependency floor, and quarantine flaky DevUI test May 28, 2026
Copilot AI requested a review from rogerbarreto May 28, 2026 17:19
@rogerbarreto rogerbarreto changed the title .NET: Bump Microsoft.Extensions.AI packages to 10.6.0, align transitive dependency floor, and quarantine flaky DevUI test .NET: Quarantine flaky DevUI test May 28, 2026
@rogerbarreto rogerbarreto marked this pull request as ready for review May 28, 2026 17:25
@rogerbarreto rogerbarreto changed the base branch from copilot/bump-dependencies-to-10-6-0 to main May 28, 2026 17:25
Copilot AI review requested due to automatic review settings May 29, 2026 14:11
@rogerbarreto rogerbarreto enabled auto-merge May 29, 2026 14:14
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 quarantines a flaky .NET DevUI integration test to unblock merge queue runs while the underlying discovery race is tracked in issue #5845.

Changes:

  • Adds an xUnit skip reason to TestServerWithDevUI_ResolvesWorkflows_WithKeyedAndDefaultRegistrationAsync.
  • Links the skipped test to the existing flaky-test tracking issue.

@rogerbarreto rogerbarreto added this pull request to the merge queue May 29, 2026
Merged via the queue into main with commit 6510d6e May 29, 2026
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants