Browse Source

TT#14008 disable some tests

These tests are timing sensitive which makes them unstable under certain
conditions. Remove them from the automated build system.

closes #1309

Change-Id: I432445bce337bbf4d4b80417e532a910b516b8ee
pull/1346/head
Richard Fuchs 4 years ago
parent
commit
1e4c11e152
2 changed files with 4 additions and 1 deletions
  1. +1
    -1
      t/Makefile
  2. +3
    -0
      t/auto-daemon-tests.pl

+ 1
- 1
t/Makefile View File

@ -111,7 +111,7 @@ daemon-tests: tests-preload.so
$(MAKE) -C ../daemon
$(MAKE) all-daemon-tests
all-daemon-tests: daemon-tests-main daemon-tests-jb daemon-tests-dtx daemon-tests-dtx-cn
all-daemon-tests: daemon-tests-main daemon-tests-jb
daemon-tests-main:
rm -rf fake-$@-sockets


+ 3
- 0
t/auto-daemon-tests.pl View File

@ -5946,6 +5946,8 @@ SDP
if ($amr_tests) { # not really AMR, but make it also conditional as it's timing sensitive
# DTLS early start with ICE (GH 1035 TT 84804)
($sock_a, $sock_b, $sock_c, $sock_d) = new_call([qw(198.51.100.4 2000)], [qw(198.51.100.4 2001)], [qw(198.51.100.8 3000)], [qw(198.51.100.8 3001)]);
@ -6018,6 +6020,7 @@ snd($sock_d, $ret4[0], stun_succ($ret4[0], $ret4[1]));
rcv($sock_c, -1, qr/^\x16\xfe\xff\x00\x00\x00\x00\x00\x00\x00/);
rcv($sock_d, -1, qr/^\x16\xfe\xff\x00\x00\x00\x00\x00\x00\x00/);
}


Loading…
Cancel
Save