summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-11-19 07:06:16 -0500
committerGitHub <noreply@github.com>2021-11-19 07:06:16 -0500
commit5505da21094733bd168d08d7842f9de8b9bdcf4f (patch)
tree4a2627e4614a750d56ecd2339a4d2cc50726231b
parentKeep fallback key marked as used if it's re-uploaded (#11382) (diff)
downloadsynapse-5505da21094733bd168d08d7842f9de8b9bdcf4f.tar.xz
Remove msc2716 from the list of tests for complement. (#11389)
As the tests are currently failing and not run in CI.
-rw-r--r--changelog.d/11389.misc1
-rwxr-xr-xscripts-dev/complement.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/11389.misc b/changelog.d/11389.misc
new file mode 100644
index 0000000000..33672bb075
--- /dev/null
+++ b/changelog.d/11389.misc
@@ -0,0 +1 @@
+Do not run the broken MSC2716 tests when running `scripts-dev/complement.sh`.
diff --git a/scripts-dev/complement.sh b/scripts-dev/complement.sh
index 89af7a4fde..29568eded8 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,msc2403,msc2716 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests/...
+go test -v -tags synapse_blacklist,msc2946,msc3083,msc2403 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests/...