Browse Source

MT#55283 disable timing-sensitive tests

These may fail on loaded build systems

Change-Id: I437afedef29cb1ee3de4bcffdbd53237061ea031
pull/1623/head
Richard Fuchs 3 years ago
parent
commit
d668d17ba6
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      t/auto-daemon-tests-player-cache.pl

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

@ -10,6 +10,9 @@ use NGCP::Rtpclient::ICE;
use POSIX;
$ENV{RTPENGINE_EXTENDED_TESTS} or exit(); # timing sensitive tests
autotest_start(qw(--config-file=none -t -1 -i 203.0.113.1 -i 2001:db8:4321::1
-n 2223 -c 12345 -f -L 7 -E -u 2222 --player-cache))
or die;


Loading…
Cancel
Save