mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Disable Parallelization for WorkflowRunActivityStopTests (#4313)
This commit is contained in:
committed by
GitHub
Unverified
parent
6bc5f54341
commit
279386dbed
@@ -10,6 +10,9 @@ using Microsoft.Agents.AI.Workflows.Observability;
|
||||
|
||||
namespace Microsoft.Agents.AI.Workflows.UnitTests;
|
||||
|
||||
[CollectionDefinition("ObservabilityTests", DisableParallelization = true)]
|
||||
public class NoParallelizationObservabilityTests { }
|
||||
|
||||
/// <summary>
|
||||
/// Regression test for https://github.com/microsoft/agent-framework/issues/4155
|
||||
/// Verifies that the workflow_invoke Activity is properly stopped/disposed so it gets exported
|
||||
|
||||
Reference in New Issue
Block a user