From bb117cf28fb0bde64f15ce63cb924e3d29b339fb Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sat, 28 Dec 2024 20:07:04 +0100 Subject: [PATCH] Update MixedProtocolClusterSpec.scala --- .../org/apache/pekko/cluster/MixedProtocolClusterSpec.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/src/test/scala/org/apache/pekko/cluster/MixedProtocolClusterSpec.scala b/cluster/src/test/scala/org/apache/pekko/cluster/MixedProtocolClusterSpec.scala index e876c80c3e..f3c8c73adb 100644 --- a/cluster/src/test/scala/org/apache/pekko/cluster/MixedProtocolClusterSpec.scala +++ b/cluster/src/test/scala/org/apache/pekko/cluster/MixedProtocolClusterSpec.scala @@ -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 { @@ -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 {