From abf435ff9586a1a185385e6643149ab72fadd3d2 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sat, 28 Dec 2024 19:10:09 +0100 Subject: [PATCH] ignore udp tests --- .../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 2d9828b0ac..6bc98eafb8 100644 --- a/cluster/src/test/scala/org/apache/pekko/cluster/MixedProtocolClusterSpec.scala +++ b/cluster/src/test/scala/org/apache/pekko/cluster/MixedProtocolClusterSpec.scala @@ -92,7 +92,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 in { + "be allowed to join a cluster with a node using the pekko protocol (udp)" taggedAs LongRunningTest ignore { val clusterTestUtil = new ClusterTestUtil(system.name) // start the first node with the "pekko" protocol @@ -143,7 +143,7 @@ class MixedProtocolClusterSpec extends PekkoSpec with ClusterTestKit { } } - "allow a node using the pekko protocol to join the cluster (udp)" taggedAs LongRunningTest in { + "allow a node using the pekko protocol to join the cluster (udp)" taggedAs LongRunningTest ignore { val clusterTestUtil = new ClusterTestUtil(system.name)