Skip to content

Commit 2ac96a7

Browse files
committed
Update MixedProtocolClusterSpec.scala
1 parent 85a14af commit 2ac96a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cluster/src/test/scala/org/apache/pekko/cluster/MixedProtocolClusterSpec.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)