Skip to content

Commit 5a076f4

Browse files
authored
enable compatibility check in cluster test (#1864)
1 parent 2b0d8df commit 5a076f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cluster/src/test/scala/org/apache/pekko/cluster/ClusterJoinSpec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ object ClusterJoinSpec {
3535
pekko.remote.classic.netty.tcp.port = 0
3636
pekko.remote.artery.advanced.aeron.idle-cpu-level = 3
3737

38-
pekko.cluster.jmx.multi-mbeans-in-same-jvm = on
39-
pekko.cluster.configuration-compatibility-check.enforce-on-join = off""")
38+
pekko.cluster.jmx.multi-mbeans-in-same-jvm = on""")
4039

4140

4241
val configWithNetty: Config =

0 commit comments

Comments
 (0)