Skip to content
Snippets Groups Projects
Unverified Commit abc814dc authored by Patrick Cloke's avatar Patrick Cloke Committed by GitHub
Browse files

Enable complement tests for MSC2946. (#9771)

By providing the additional build tag for `msc2946`.
parent 0277b8f3
No related branches found
No related tags found
No related merge requests found
Enable Complement tests for [MSC2946](https://github.com/matrix-org/matrix-doc/pull/2946): Spaces Summary API.
...@@ -46,4 +46,4 @@ if [[ -n "$1" ]]; then ...@@ -46,4 +46,4 @@ if [[ -n "$1" ]]; then
fi fi
# Run the tests! # Run the tests!
COMPLEMENT_BASE_IMAGE=complement-synapse go test -v -tags synapse_blacklist,msc3083 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests COMPLEMENT_BASE_IMAGE=complement-synapse go test -v -tags synapse_blacklist,msc2946,msc3083 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment