From f48fc84dababe5880873312c519d2f9a56f5e776 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Mon, 25 Aug 2025 09:07:58 -0400 Subject: [PATCH] MT#55283 defuse unstable tests Change-Id: I88bb066fb6a1a0e46494b6c8033966aadd4c7273 --- t/auto-daemon-tests-measure-rtp.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/auto-daemon-tests-measure-rtp.pl b/t/auto-daemon-tests-measure-rtp.pl index 15f7bde3a..225f06fb4 100755 --- a/t/auto-daemon-tests-measure-rtp.pl +++ b/t/auto-daemon-tests-measure-rtp.pl @@ -26,6 +26,8 @@ my ($sock_a, $sock_b, $sock_c, $sock_d, $port_a, $port_b, $ssrc, $ssrc_b, $resp, +if ($extended_tests) { + ($sock_a, $sock_ax, $sock_b, $sock_bx) = new_call( [qw(198.51.100.1 7184)], [qw(198.51.100.1 7185)], @@ -459,8 +461,6 @@ is($resp->{totals}{RTCP}{bytes}, 104, 'RTCP octet count'); -if ($extended_tests) { - ($sock_a, $sock_ax, $sock_b, $sock_bx) = new_call([qw(198.51.100.23 3000)], [qw(198.51.100.23 3001)], [qw(198.51.100.23 3002)], [qw(198.51.100.23 3003)]);