summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-02-07 14:33:43 -0600
committerEric Eastwood <erice@element.io>2022-02-07 14:33:43 -0600
commit023bd3eb8c4f7c903089b129264fb5beb009ca79 (patch)
treed6bcc3412d6e2b24d4c75705bd53d56499ae280f
parentFix lints (diff)
downloadsynapse-023bd3eb8c4f7c903089b129264fb5beb009ca79.tar.xz
Don't run MSC2716 complement tests for everyone
-rwxr-xr-xscripts-dev/complement.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts-dev/complement.sh b/scripts-dev/complement.sh
index b310a46219..e08ffedaf3 100755
--- a/scripts-dev/complement.sh
+++ b/scripts-dev/complement.sh
@@ -71,4 +71,4 @@ fi
 
 # Run the tests!
 echo "Images built; running complement"
-go test -v -tags synapse_blacklist,msc2403,msc2716 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests/...
+go test -v -tags synapse_blacklist,msc2403 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests/...