Skip to content

Commit

Permalink
Update MixedProtocolClusterSpec.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Dec 30, 2024
1 parent a5d7ab6 commit bb117cf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class MixedProtocolClusterSpec extends PekkoSpec with ClusterTestKit {

"A node using the akka protocol" must {

"be allowed to join a cluster with a node using the pekko protocol (udp)" taggedAs LongRunningTest ignore {
"be allowed to join a cluster with a node using the pekko protocol (udp)" taggedAs LongRunningTest in {

val clusterTestUtil = new ClusterTestUtil(system.name)
try {
Expand Down Expand Up @@ -138,7 +138,7 @@ class MixedProtocolClusterSpec extends PekkoSpec with ClusterTestKit {
}
}

"allow a node using the pekko protocol to join the cluster (udp)" taggedAs LongRunningTest ignore {
"allow a node using the pekko protocol to join the cluster (udp)" taggedAs LongRunningTest in {

val clusterTestUtil = new ClusterTestUtil(system.name)
try {
Expand Down

0 comments on commit bb117cf

Please sign in to comment.