File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cluster/src/test/scala/org/apache/pekko/cluster Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ class MixedProtocolClusterSpec extends PekkoSpec with ClusterTestKit {
8787
8888 " A node using the akka protocol" must {
8989
90- " be allowed to join a cluster with a node using the pekko protocol (udp)" taggedAs LongRunningTest ignore {
90+ " be allowed to join a cluster with a node using the pekko protocol (udp)" taggedAs LongRunningTest in {
9191
9292 val clusterTestUtil = new ClusterTestUtil (system.name)
9393 try {
@@ -138,7 +138,7 @@ class MixedProtocolClusterSpec extends PekkoSpec with ClusterTestKit {
138138 }
139139 }
140140
141- " allow a node using the pekko protocol to join the cluster (udp)" taggedAs LongRunningTest ignore {
141+ " allow a node using the pekko protocol to join the cluster (udp)" taggedAs LongRunningTest in {
142142
143143 val clusterTestUtil = new ClusterTestUtil (system.name)
144144 try {
You can’t perform that action at this time.
0 commit comments