diff --git a/dotnet/tests/Microsoft.Agents.AI.Workflows.UnitTests/WorkflowHostSmokeTests.cs b/dotnet/tests/Microsoft.Agents.AI.Workflows.UnitTests/WorkflowHostSmokeTests.cs index f8184ee2c9..8f1c5f1c89 100644 --- a/dotnet/tests/Microsoft.Agents.AI.Workflows.UnitTests/WorkflowHostSmokeTests.cs +++ b/dotnet/tests/Microsoft.Agents.AI.Workflows.UnitTests/WorkflowHostSmokeTests.cs @@ -153,7 +153,6 @@ public class WorkflowHostSmokeTests /// /// Tests that when a workflow emits a RequestInfoEvent with FunctionCallContent data, /// the AgentResponseUpdate preserves the original FunctionCallContent type. - /// Regression test for GitHub issue #3029. /// [Fact] public async Task Test_AsAgent_FunctionCallContentPreservedInRequestInfoAsync() @@ -189,7 +188,6 @@ public class WorkflowHostSmokeTests /// /// Tests that when a workflow emits a RequestInfoEvent with UserInputRequestContent data, /// the AgentResponseUpdate preserves the original UserInputRequestContent type. - /// Regression test for GitHub issue #3029. /// [Fact] public async Task Test_AsAgent_UserInputRequestContentPreservedInRequestInfoAsync()