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

test_rtt: Disable integration test in CI

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel 2024-05-29 03:20:09 +02:00
parent cc44595f98
commit 10eb88e7c8

View file

@ -6,6 +6,11 @@
# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
# SPDX-License-Identifier: Apache-2.0
if [ -n "${CI}" ]; then
echo "Test is not supported in CI"
exit 99
fi
set -e
DIR=$(mktemp -d)