Skip to content

.NET: Disable intermittently failing AzureAIAgentsPersistent integration tests#3997

Merged
SergeyMenshykh merged 5 commits intomicrosoft:mainfrom
SergeyMenshykh:disable-failing-integration-tests
Feb 18, 2026
Merged

.NET: Disable intermittently failing AzureAIAgentsPersistent integration tests#3997
SergeyMenshykh merged 5 commits intomicrosoft:mainfrom
SergeyMenshykh:disable-failing-integration-tests

Conversation

@SergeyMenshykh
Copy link
Member

This PR disables three StructuredOutputRunTests tests that fail intermittently on the build agent:

  • RunWithGenericTypeReturnsExpectedResultAsync
  • RunWithPrimitiveTypeReturnsExpectedResultAsync
  • RunWithResponseFormatReturnsExpectedResultAsync

These tests are marked with Skip to prevent build failures while the intermittent issues are investigated.

Changes

  • Added a shared skip reason constant
  • Applied Skip attribute to all three failing test methods
  • Cleaned up formatting for consistency

Skip three StructuredOutputRunTests tests that fail intermittently:
- RunWithGenericTypeReturnsExpectedResultAsync
- RunWithPrimitiveTypeReturnsExpectedResultAsync
- RunWithResponseFormatReturnsExpectedResultAsync

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings February 17, 2026 15:38
@github-actions github-actions bot changed the title Disable intermittently failing AzureAIAgentsPersistent integration tests .NET: Disable intermittently failing AzureAIAgentsPersistent integration tests Feb 17, 2026
@SergeyMenshykh SergeyMenshykh moved this to In Review in Agent Framework Feb 17, 2026
Copy link
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

Disables three intermittently failing AzureAIAgentsPersistent structured-output integration tests by applying Skip attributes with a shared reason, preventing flaky CI failures while the underlying issue is investigated.

Changes:

  • Added a shared SkipReason constant for the class.
  • Marked 3 structured-output test overrides with [Fact(Skip = ...)].
  • Minor formatting cleanup for consistency.

SergeyMenshykh and others added 2 commits February 17, 2026 16:30
…gentsPersistentStructuredOutputRunTests.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@SergeyMenshykh SergeyMenshykh added this pull request to the merge queue Feb 18, 2026
github-merge-queue bot pushed a commit that referenced this pull request Feb 18, 2026
…ion tests (#3997)

* Disable intermittently failing AzureAIAgentsPersistent integration tests

Skip three StructuredOutputRunTests tests that fail intermittently:
- RunWithGenericTypeReturnsExpectedResultAsync
- RunWithPrimitiveTypeReturnsExpectedResultAsync
- RunWithResponseFormatReturnsExpectedResultAsync

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Update dotnet/tests/AzureAIAgentsPersistent.IntegrationTests/AzureAIAgentsPersistentStructuredOutputRunTests.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Merged via the queue into microsoft:main with commit 9511c41 Feb 18, 2026
14 checks passed
@github-project-automation github-project-automation bot moved this from In Review to Done in Agent Framework Feb 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

5 participants