Add test for orchestrator termination #49
Annotations
2 warnings
build:
test/e2e/Tests/Tests/TerminateOrchestratorTests.cs#L56
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
build:
test/e2e/Tests/Tests/TerminateOrchestratorTests.cs#L56
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|