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

tests: disable pipe-loopback-amqp due to missing AMQP broker

This commit is contained in:
Steffen Vogel 2018-03-28 15:20:06 +02:00
parent a45066bd4e
commit 5a1127f873

View file

@ -22,6 +22,9 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
##################################################################################
# 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