diff --git a/tests/integration/pipe-loopback-rtp-dual.sh b/tests/integration/pipe-loopback-rtp-dual.sh index cda8dca58..5166aa070 100755 --- a/tests/integration/pipe-loopback-rtp-dual.sh +++ b/tests/integration/pipe-loopback-rtp-dual.sh @@ -23,6 +23,11 @@ # along with this program. If not, see . ################################################################################## +if [ -n "${CI}" ]; then + echo "RTP tests are not ready yet" + exit 99 +fi + SCRIPT=$(realpath $0) SCRIPTPATH=$(dirname ${SCRIPT}) source ${SCRIPTPATH}/../../tools/integration-tests-helper.sh diff --git a/tests/integration/pipe-loopback-rtp.sh b/tests/integration/pipe-loopback-rtp.sh index 6f5f3c4d3..894d6eca5 100755 --- a/tests/integration/pipe-loopback-rtp.sh +++ b/tests/integration/pipe-loopback-rtp.sh @@ -22,6 +22,11 @@ # along with this program. If not, see . ################################################################################## +if [ -n "${CI}" ]; then + echo "RTP tests are not ready yet" + exit 99 +fi + SCRIPT=$(realpath $0) SCRIPTPATH=$(dirname ${SCRIPT}) source ${SCRIPTPATH}/../../tools/integration-tests-helper.sh