Skip to content

Commit 385694b

Browse files
committed
🚨test: Improve test stability
1 parent 75e026e commit 385694b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/resources/application.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ akka {
99
}
1010
}
1111

12+
akka.cluster {
13+
// disable cluster auto-formation
14+
seed-nodes = []
15+
}
16+
1217
akka.actor {
1318
allow-java-serialization = off
1419
serializers {

0 commit comments

Comments
 (0)