summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2021-07-22 15:19:30 -0500
committerGitHub <noreply@github.com>2021-07-22 20:19:30 +0000
commitcd5fcd2731182aa48aa7c0a44c7e547681021296 (patch)
tree4979538a919640ad04ecff6622ad9641ae9b5f85
parentAdd `creation_ts` to list users admin API (#10448) (diff)
downloadsynapse-cd5fcd2731182aa48aa7c0a44c7e547681021296.tar.xz
Disable msc2716 until Complement update is merged (#10463)
-rw-r--r--changelog.d/10463.misc1
-rwxr-xr-xscripts-dev/complement.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/10463.misc b/changelog.d/10463.misc
new file mode 100644
index 0000000000..d7b4d2222e
--- /dev/null
+++ b/changelog.d/10463.misc
@@ -0,0 +1 @@
+Disable `msc2716` Complement tests until Complement updates are merged.
diff --git a/scripts-dev/complement.sh b/scripts-dev/complement.sh
index aca32edc17..4df224be67 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