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:
parent
cc44595f98
commit
10eb88e7c8
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue