Simplify test comment.

This commit is contained in:
Peter Ibekwe
2026-04-21 15:54:42 -07:00
Unverified
parent 8fe2646a6e
commit ba9db9ee71
@@ -273,8 +273,8 @@ public class SampleSmokeTest
/// Stress regression for the off-thread run-status race: after
/// <c>Run.ResumeAsync</c> returns at a halt boundary,
/// callers must observe a stable terminal status and never a transient
/// <see cref="Microsoft.Agents.AI.Workflows.RunStatus.Running"/>. Step9 is the canonical multi-response resume
/// sample; prior to the fix in <see cref="Microsoft.Agents.AI.Workflows.Execution.StreamingRunEventStream"/>,
/// <see cref="RunStatus.Running"/>. Step9 is the canonical multi-response resume
/// sample; prior to the fix in <see cref="Execution.StreamingRunEventStream"/>,
/// its `runStatus.Should().Be(RunStatus.Idle)` assertion failed intermittently
/// on roughly 1-in-10 iterations under InProcess_OffThread.
/// </summary>