From 2113795b9e1587ea2b1f152058347a80eabd5884 Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Mon, 16 May 2016 15:10:43 +0100 Subject: [PATCH] Don't checkpoint weave during integration tests. --- integration/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/config.sh b/integration/config.sh index a240aa347..9d70867ee 100644 --- a/integration/config.sh +++ b/integration/config.sh @@ -23,7 +23,7 @@ weave_on() { local host=$1 shift 1 [ -z "$DEBUG" ] || greyly echo "Weave on $host: $@" >&2 - DOCKER_HOST=tcp://$host:$DOCKER_PORT $WEAVE "$@" + DOCKER_HOST=tcp://$host:$DOCKER_PORT CHECKPOINT_DISABLE=true $WEAVE "$@" } scope_end_suite() {