From 5a1127f873a9c049d463dc9b7efb9fc2412199a2 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Wed, 28 Mar 2018 15:20:06 +0200 Subject: [PATCH] tests: disable pipe-loopback-amqp due to missing AMQP broker --- tests/integration/pipe-loopback-amqp.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/integration/pipe-loopback-amqp.sh b/tests/integration/pipe-loopback-amqp.sh index 677025de4..275841efd 100755 --- a/tests/integration/pipe-loopback-amqp.sh +++ b/tests/integration/pipe-loopback-amqp.sh @@ -22,6 +22,9 @@ # along with this program. If not, see . ################################################################################## +# We skip this test for now, as we dont have a AMQP broker in the CI environment +exit 99 + SCRIPT=$(realpath $0) SCRIPTPATH=$(dirname ${SCRIPT}) source ${SCRIPTPATH}/../../tools/integration-tests-helper.sh