Skip to content

.NET: Skip Azure Persistent (V1) flaky CodeInterpreter integration tests#4583

Merged
rogerbarreto merged 3 commits intomicrosoft:mainfrom
rogerbarreto:persistent-flacky-it-skip
Mar 10, 2026
Merged

.NET: Skip Azure Persistent (V1) flaky CodeInterpreter integration tests#4583
rogerbarreto merged 3 commits intomicrosoft:mainfrom
rogerbarreto:persistent-flacky-it-skip

Conversation

@rogerbarreto
Copy link
Member

The CreateAgent_CreatesAgentWithCodeInterpreter tests fail intermittently because the Azure AI Code Interpreter service sometimes fails to read/execute uploaded Python files. This causes all 4 integration test jobs to fail consistently across both platforms (ubuntu/windows) and TFMs (net10.0/net472).

Mark both test variants with Skip to match the convention used by other flaky tests in the suite (e.g., AzureAIAgentsPersistentStructuredOutputRunTests).

The CreateAgent_CreatesAgentWithCodeInterpreter tests fail intermittently
because the Azure AI Code Interpreter service sometimes fails to read/execute
uploaded Python files. This causes all 4 integration test jobs to fail
consistently across both platforms (ubuntu/windows) and TFMs (net10.0/net472).

Mark both test variants with Skip to match the convention used by other
flaky tests in the suite (e.g., AzureAIAgentsPersistentStructuredOutputRunTests).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 10, 2026 11:37
@rogerbarreto rogerbarreto self-assigned this Mar 10, 2026
@github-actions github-actions bot changed the title .Net: Skip Azure Persistent (V1) flaky CodeInterpreter integration tests .NET: Skip Azure Persistent (V1) flaky CodeInterpreter integration tests Mar 10, 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 two flaky Azure AI Persistent (V1) Code Interpreter integration tests that intermittently fail due to upstream service instability, preventing CI from failing across platforms/TFMs.

Changes:

  • Mark CreateAgent_CreatesAgentWithCodeInterpreter_* test variants as skipped in xUnit.

The CreateAgent_CreatesAgentWithCodeInterpreter tests fail intermittently
because the Azure AI Code Interpreter service sometimes fails to read/execute
uploaded Python files. This causes all 4 integration test jobs to fail
consistently across both platforms (ubuntu/windows) and TFMs (net10.0/net472).

Mark both test variants with Skip to match the convention used by other
flaky tests in the suite (e.g., AzureAIAgentsPersistentStructuredOutputRunTests).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@rogerbarreto rogerbarreto enabled auto-merge March 10, 2026 11:43
@rogerbarreto rogerbarreto added this pull request to the merge queue Mar 10, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 10, 2026
Skip OpenAI Assistant CodeInterpreter test that fails intermittently with
HTTP 404 when the API hasn't propagated the assistant creation. Also resolve
merge conflict in AzureAIAgentsPersistent tests keeping the const-based skip.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@rogerbarreto rogerbarreto added this pull request to the merge queue Mar 10, 2026
Merged via the queue into microsoft:main with commit fd1c661 Mar 10, 2026
21 of 22 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.

5 participants