From 0049540e9ddb878f395cfe237ead7e2488bcc44f Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Wed, 29 May 2024 03:20:09 +0200 Subject: [PATCH] test_rtt: Disable integration test in CI Signed-off-by: Steffen Vogel --- tests/integration/pipe-loopback-iec61850-9-2.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/integration/pipe-loopback-iec61850-9-2.sh b/tests/integration/pipe-loopback-iec61850-9-2.sh index e20eee748..d350e0b77 100755 --- a/tests/integration/pipe-loopback-iec61850-9-2.sh +++ b/tests/integration/pipe-loopback-iec61850-9-2.sh @@ -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)