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:
parent
348152df88
commit
e02d06ccaf
2 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue