diff options
author | Eric Eastwood <erice@element.io> | 2022-02-07 14:33:43 -0600 |
---|---|---|
committer | Eric Eastwood <erice@element.io> | 2022-02-07 14:33:43 -0600 |
commit | 023bd3eb8c4f7c903089b129264fb5beb009ca79 (patch) | |
tree | d6bcc3412d6e2b24d4c75705bd53d56499ae280f | |
parent | Fix lints (diff) | |
download | synapse-023bd3eb8c4f7c903089b129264fb5beb009ca79.tar.xz |
Don't run MSC2716 complement tests for everyone
-rwxr-xr-x | scripts-dev/complement.sh | 2 |
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/... |