diff --git a/tests/integration/pipe-loopback-rtp-dual.sh b/tests/integration/pipe-loopback-rtp-dual.sh index a1518226a..a786f0dcc 100755 --- a/tests/integration/pipe-loopback-rtp-dual.sh +++ b/tests/integration/pipe-loopback-rtp-dual.sh @@ -24,8 +24,9 @@ ################################################################################## if [ -n "${CI}" ]; then - echo "RTP tests are not ready yet" - exit 99 + # We skip this test for now in CI + echo "Test not yet supported" + exit 99 fi SCRIPT=$(realpath $0) diff --git a/tests/integration/pipe-loopback-rtp-remote.sh b/tests/integration/pipe-loopback-rtp-remote.sh index 6419d56f6..1aaed6a29 100755 --- a/tests/integration/pipe-loopback-rtp-remote.sh +++ b/tests/integration/pipe-loopback-rtp-remote.sh @@ -24,8 +24,9 @@ ################################################################################## if [ -n "${CI}" ]; then - echo "RTP tests are not ready yet" - exit 99 + # We skip this test for now in CI + echo "Test not yet supported" + exit 99 fi LOCAL_ADDR=137.226.133.195 diff --git a/tests/integration/pipe-loopback-rtp-tbf.sh b/tests/integration/pipe-loopback-rtp-tbf.sh index 433258b3b..81d1a3851 100755 --- a/tests/integration/pipe-loopback-rtp-tbf.sh +++ b/tests/integration/pipe-loopback-rtp-tbf.sh @@ -24,8 +24,9 @@ ################################################################################## if [ -n "${CI}" ]; then - echo "RTP tests are not ready yet" - exit 99 + # We skip this test for now in CI + echo "Test not yet supported" + exit 99 fi SCRIPT=$(realpath $0) diff --git a/tests/integration/pipe-loopback-rtp.sh b/tests/integration/pipe-loopback-rtp.sh index 4a3bb00f8..d8006b1a9 100755 --- a/tests/integration/pipe-loopback-rtp.sh +++ b/tests/integration/pipe-loopback-rtp.sh @@ -23,8 +23,9 @@ ################################################################################## if [ -n "${CI}" ]; then - echo "RTP tests are not ready yet" - exit 99 + # We skip this test for now in CI + echo "Test not yet supported" + exit 99 fi SCRIPT=$(realpath $0)