From 795ad22c579e80d8364f72921f519d8836b4a0c7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 14 Sep 2026 17:20:13 +0000 Subject: [PATCH 1/2] Initial plan From 076845777e3e2352d9497c1c4bc6e129cd2674e9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 14 Sep 2026 17:24:05 +0000 Subject: [PATCH 2/2] Temporarily skip flaky steering harness session reuse test Co-authored-by: rogerbarreto <19890735+rogerbarreto@users.noreply.github.com> --- .../SteerableLongRunningIntegrationTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/tests/Microsoft.Agents.AI.Foundry.Hosting.UnitTests/SteerableLongRunningIntegrationTests.cs b/dotnet/tests/Microsoft.Agents.AI.Foundry.Hosting.UnitTests/SteerableLongRunningIntegrationTests.cs index 4025f183f18..eed80b77473 100644 --- a/dotnet/tests/Microsoft.Agents.AI.Foundry.Hosting.UnitTests/SteerableLongRunningIntegrationTests.cs +++ b/dotnet/tests/Microsoft.Agents.AI.Foundry.Hosting.UnitTests/SteerableLongRunningIntegrationTests.cs @@ -23,7 +23,7 @@ namespace Microsoft.Agents.AI.Foundry.Hosting.UnitTests; [Collection(FoundryStateStoreLocalFallbackCollectionDefinition.CollectionName)] public sealed class SteerableLongRunningIntegrationTests { - [Fact] + [Fact(Skip = "Temporarily skipped: flaky in CI (observed RunCount 2 instead of 1); see https://github.com/microsoft/agent-framework/issues/8376")] public async Task ActiveMafTurn_QueuesSteeringThenRunsItOnTheSameSessionAsync() { // Arrange