diff --git a/src/core/Akka.Persistence.Tests/ReceivePersistentActorAsyncAwaitSpec.cs b/src/core/Akka.Persistence.Tests/ReceivePersistentActorAsyncAwaitSpec.cs index 4ffcdbd4aca..d42af7d9a36 100644 --- a/src/core/Akka.Persistence.Tests/ReceivePersistentActorAsyncAwaitSpec.cs +++ b/src/core/Akka.Persistence.Tests/ReceivePersistentActorAsyncAwaitSpec.cs @@ -621,7 +621,7 @@ public void ActorTaskScheduler_reentrancy_should_not_be_possible() ExpectNoMsg(1000); } - [Fact] + [Fact(Skip = "Racy - both Tasks run inside the same scheduler with max concurrency == 1")] public void Actor_PipeTo_should_not_be_delayed_by_async_receive() { var actor = Sys.ActorOf(Props.Create(() => new AsyncPipeToDelayActor("pid")));