From b5ce89366e83b87660927912a8afc844b71b5d0e Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Thu, 22 Jul 2021 14:53:53 -0500 Subject: [PATCH] Disable msc2716 until Complement update is merged Disable msc2716 tests until both the Complement and Synapse PRs are merged. Currently https://github.com/matrix-org/synapse/pull/10432 is merged but is still open https://github.com/matrix-org/complement/pull/168 which relies on the changes. Unfortunately, we would run into this situation if either side was merged too. --- scripts-dev/complement.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts-dev/complement.sh b/scripts-dev/complement.sh index aca32edc176e..4df224be6719 100755 --- a/scripts-dev/complement.sh +++ b/scripts-dev/complement.sh @@ -65,4 +65,4 @@ if [[ -n "$1" ]]; then fi # Run the tests! -go test -v -tags synapse_blacklist,msc2946,msc3083,msc2716,msc2403 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests +go test -v -tags synapse_blacklist,msc2946,msc3083,msc2403 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests