This commit is contained in:
Chris Rickman
2026-03-24 13:45:33 -07:00
parent 2c000b032d
commit bd632f2a38
108 changed files with 3 additions and 8057 deletions
@@ -33,7 +33,8 @@ public sealed class DeclarativeWorkflowTest(ITestOutputHelper output) : Workflow
public Task ValidateScenarioAsync(string workflowFileName, string testcaseFileName, bool externalConveration = false) =>
this.RunWorkflowAsync(GetWorkflowPath(workflowFileName, isSample: true), testcaseFileName, externalConveration);
[Theory(Skip = "Multi-turn tests hang in CI - needs investigation")]
[Theory]
[Trait("Category", "IntegrationDisabled")] // Multi-turn tests hang in CI - needs investigation
[InlineData("ConfirmInput.yaml", "ConfirmInput.json", false)]
[InlineData("RequestExternalInput.yaml", "RequestExternalInput.json", false)]
public Task ValidateMultiTurnAsync(string workflowFileName, string testcaseFileName, bool isSample) =>