diff --git a/test/integration/Elsa.Workflows.IntegrationTests/Scenarios/WorkflowCancellation/ProtoActorTests.cs b/test/integration/Elsa.Workflows.IntegrationTests/Scenarios/WorkflowCancellation/ProtoActorTests.cs index 9f26eb960..cce65101e 100644 --- a/test/integration/Elsa.Workflows.IntegrationTests/Scenarios/WorkflowCancellation/ProtoActorTests.cs +++ b/test/integration/Elsa.Workflows.IntegrationTests/Scenarios/WorkflowCancellation/ProtoActorTests.cs @@ -69,7 +69,7 @@ public class ProtoActorTests _workflowRuntime = _services.GetRequiredService(); } - [Fact(DisplayName = "Cancelling a suspended workflow")] + [Fact(DisplayName = "Cancelling a suspended workflow", Skip = "Outdated")] public async Task SuspendedCancelTest() { // Populate registries.