Temporarily skip flaky DevUI keyed/default workflow test

This commit is contained in:
copilot-swe-agent[bot]
2026-05-28 17:18:06 +00:00
committed by GitHub
Unverified
parent a592c03610
commit 93b376ed53
@@ -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