Disable msc2716 until Complement update is merged (#10463)

This commit is contained in:
Eric Eastwood 2021-07-22 15:19:30 -05:00 committed by GitHub
parent 89c4ca81bb
commit cd5fcd2731
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/10463.misc Normal file
View file

@ -0,0 +1 @@
Disable `msc2716` Complement tests until Complement updates are merged.

View file

@ -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