From 2e82887dc231a3209c9701fc9c64436516b19242 Mon Sep 17 00:00:00 2001 From: Germain Date: Wed, 1 Dec 2021 09:53:57 +0000 Subject: [PATCH] Make e2e tests pass in CI by using an older Synapse version (#7246) --- test/end-to-end-tests/synapse/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/end-to-end-tests/synapse/install.sh b/test/end-to-end-tests/synapse/install.sh index 077258072c..161709cac1 100755 --- a/test/end-to-end-tests/synapse/install.sh +++ b/test/end-to-end-tests/synapse/install.sh @@ -2,7 +2,7 @@ set -e # config -SYNAPSE_BRANCH=develop +SYNAPSE_BRANCH=release-v1.47 INSTALLATION_NAME=consent SERVER_DIR=installations/$INSTALLATION_NAME CONFIG_TEMPLATE=consent