From e5ee3d2f17c6c6ea41edd83d3ccac8db24f86a22 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 21 May 2024 17:17:24 +0100 Subject: [PATCH] make test fail by not allowing jvm exit --- .../typed/scaladsl/EventSourcedStashOverflowSpec.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/persistence-typed-tests/src/test/scala/org/apache/pekko/persistence/typed/scaladsl/EventSourcedStashOverflowSpec.scala b/persistence-typed-tests/src/test/scala/org/apache/pekko/persistence/typed/scaladsl/EventSourcedStashOverflowSpec.scala index bb3a0f34788..1c17280abd1 100644 --- a/persistence-typed-tests/src/test/scala/org/apache/pekko/persistence/typed/scaladsl/EventSourcedStashOverflowSpec.scala +++ b/persistence-typed-tests/src/test/scala/org/apache/pekko/persistence/typed/scaladsl/EventSourcedStashOverflowSpec.scala @@ -59,6 +59,7 @@ object EventSourcedStashOverflowSpec { stash-overflow-strategy = "drop" } } + pekko.jvm-exit-on-fatal-error = off """)) }