From abc814dcbf559282220c35a45b3959bb23a2ed50 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Fri, 9 Apr 2021 08:11:51 -0400 Subject: [PATCH] Enable complement tests for MSC2946. (#9771) By providing the additional build tag for `msc2946`. --- changelog.d/9771.misc | 1 + scripts-dev/complement.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/9771.misc diff --git a/changelog.d/9771.misc b/changelog.d/9771.misc new file mode 100644 index 000000000..42d651d4c --- /dev/null +++ b/changelog.d/9771.misc @@ -0,0 +1 @@ +Enable Complement tests for [MSC2946](https://github.com/matrix-org/matrix-doc/pull/2946): Spaces Summary API. diff --git a/scripts-dev/complement.sh b/scripts-dev/complement.sh index b77187472..1612ab522 100755 --- a/scripts-dev/complement.sh +++ b/scripts-dev/complement.sh @@ -46,4 +46,4 @@ if [[ -n "$1" ]]; then fi # Run the tests! -COMPLEMENT_BASE_IMAGE=complement-synapse go test -v -tags synapse_blacklist,msc3083 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests +COMPLEMENT_BASE_IMAGE=complement-synapse go test -v -tags synapse_blacklist,msc2946,msc3083 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests