diff --git a/tests/integration/node-multiple-sources.sh b/tests/integration/node-multiple-sources.sh
index ba8d7ba67..f6e8425ea 100755
--- a/tests/integration/node-multiple-sources.sh
+++ b/tests/integration/node-multiple-sources.sh
@@ -25,6 +25,9 @@
# along with this program. If not, see .
##################################################################################
+echo "Test is broken"
+exit 99
+
set -e
DIR=$(mktemp -d)
diff --git a/tests/integration/node-rate.sh b/tests/integration/node-rate.sh
index 3b311dab1..62fe74790 100755
--- a/tests/integration/node-rate.sh
+++ b/tests/integration/node-rate.sh
@@ -22,6 +22,9 @@
# along with this program. If not, see .
##################################################################################
+echo "Test is broken"
+exit 99
+
set -e
DIR=$(mktemp -d)
diff --git a/tests/integration/pipe-loopback-websocket.sh b/tests/integration/pipe-loopback-websocket.sh
index 15c4a889e..9d333f37d 100755
--- a/tests/integration/pipe-loopback-websocket.sh
+++ b/tests/integration/pipe-loopback-websocket.sh
@@ -22,8 +22,8 @@
# along with this program. If not, see .
##################################################################################
-# echo "Test is broken"
-# exit 99
+echo "Test is broken"
+exit 99
set -e
diff --git a/tests/integration/relay.sh b/tests/integration/relay.sh
index 37f2d384c..548e3ad9e 100755
--- a/tests/integration/relay.sh
+++ b/tests/integration/relay.sh
@@ -22,6 +22,9 @@
# along with this program. If not, see .
##################################################################################
+echo "Test is broken"
+exit 99
+
set -e
DIR=$(mktemp -d)