From d668d17ba6e4935ffb1c06f211dc1262c0774936 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Mon, 20 Feb 2023 14:25:56 -0500 Subject: [PATCH] MT#55283 disable timing-sensitive tests These may fail on loaded build systems Change-Id: I437afedef29cb1ee3de4bcffdbd53237061ea031 --- t/auto-daemon-tests-player-cache.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/t/auto-daemon-tests-player-cache.pl b/t/auto-daemon-tests-player-cache.pl index dd52d8b06..0be0827e5 100755 --- a/t/auto-daemon-tests-player-cache.pl +++ b/t/auto-daemon-tests-player-cache.pl @@ -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;