Browse Source

MT#55283 defuse unstable tests

Change-Id: I88bb066fb6a1a0e46494b6c8033966aadd4c7273
pull/1998/head
Richard Fuchs 4 months ago
parent
commit
f48fc84dab
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      t/auto-daemon-tests-measure-rtp.pl

+ 2
- 2
t/auto-daemon-tests-measure-rtp.pl View File

@ -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)]);


Loading…
Cancel
Save