1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

tests: disable RTP tests for now in the CI

This commit is contained in:
Steffen Vogel 2019-02-12 20:57:08 +01:00
parent 348152df88
commit e02d06ccaf
2 changed files with 10 additions and 0 deletions

View file

@ -23,6 +23,11 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
##################################################################################
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

View file

@ -22,6 +22,11 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
##################################################################################
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