Compare commits

...

7 Commits

Author SHA1 Message Date
Roger Barreto 48750431bf Merge branch 'main' into copilot/update-microsoft-extensions-ai-packages 2026-05-29 17:54:47 +01:00
Roger Barreto 7626c7d352 Revert Microsoft.Extensions.AI package bumps, keep only flaky test quarantine 2026-05-29 15:09:25 +01:00
Roger Barreto a17f4e2022 Merge branch 'main' into copilot/update-microsoft-extensions-ai-packages 2026-05-28 18:25:30 +01:00
copilot-swe-agent[bot] 93b376ed53 Temporarily skip flaky DevUI keyed/default workflow test 2026-05-28 17:18:06 +00:00
copilot-swe-agent[bot] a592c03610 Initial plan 2026-05-28 17:11:58 +00:00
copilot-swe-agent[bot] 954cc50b1d Align transitive package versions for Microsoft.Extensions.AI 10.6.0 2026-05-28 12:01:35 +00:00
copilot-swe-agent[bot] 8b40f32388 Bump Microsoft.Extensions.AI packages to 10.6.0 2026-05-28 11:49:43 +00:00
@@ -172,7 +172,7 @@ public class DevUIIntegrationTests
Assert.Contains(discoveryResponse.Entities, e => e.Name == "workflow-three" && e.Type == "workflow");
}
[Fact]
[Fact(Skip = "Flaky in merge_group; see https://github.com/microsoft/agent-framework/issues/5845")]
public async Task TestServerWithDevUI_ResolvesWorkflows_WithKeyedAndDefaultRegistrationAsync()
{
// Arrange