From c7e17d97c88dd092e87c0349f05ffbb2b3e2ec7f Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Wed, 3 Jun 2026 07:21:37 -0400 Subject: [PATCH] MT#55283 defuse MoH tests by default Change-Id: I7d300f51bc04c842323e243600e0e7a9571875a2 (cherry picked from commit 0449d0d1e6eea7847f82978664339d44747fd98b) --- t/auto-daemon-tests-moh.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/auto-daemon-tests-moh.pl b/t/auto-daemon-tests-moh.pl index 58b6dfec7..25d15c185 100644 --- a/t/auto-daemon-tests-moh.pl +++ b/t/auto-daemon-tests-moh.pl @@ -9,6 +9,8 @@ use Test::More; use NGCP::Rtpclient::ICE; use POSIX; +$ENV{RTPENGINE_EXTENDED_TESTS} or exit(); # timing sensitive tests + autotest_start(qw(--config-file=test5.conf)) or die;