From f044b8d9e806f0b9ef1de657e90ac97f702b97f7 Mon Sep 17 00:00:00 2001 From: Roger Barreto <19890735+rogerbarreto@users.noreply.github.com> Date: Thu, 14 May 2026 12:57:06 +0100 Subject: [PATCH] .NET: Foundry.Hosting IT: quarantine flaky SessionFiles upload test (#5847) UploadedFile_IsReadByHostedAgentAsync exhausts its in-test 5-attempt retry against the hosted-agents 400 conflict and blocks the merge queue. Skip via Fact(Skip=...) referencing #5847 while a permanent mitigation is investigated. --- .../SessionFilesHostedAgentTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/tests/Foundry.Hosting.IntegrationTests/SessionFilesHostedAgentTests.cs b/dotnet/tests/Foundry.Hosting.IntegrationTests/SessionFilesHostedAgentTests.cs index 7c1407ac65..9c96e4bd2d 100644 --- a/dotnet/tests/Foundry.Hosting.IntegrationTests/SessionFilesHostedAgentTests.cs +++ b/dotnet/tests/Foundry.Hosting.IntegrationTests/SessionFilesHostedAgentTests.cs @@ -53,7 +53,7 @@ public sealed class SessionFilesHostedAgentTests(SessionFilesHostedAgentFixture private readonly SessionFilesHostedAgentFixture _fixture = fixture; - [Fact] + [Fact(Skip = "Flaky in dotnet-foundry-hosted-it; see https://github.com/microsoft/agent-framework/issues/5847")] public async Task UploadedFile_IsReadByHostedAgentAsync() { // Arrange