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

Remove msc2716 from the list of tests for complement. (#11389)

As the tests are currently failing and not run in CI.
parent eca7cffb
No related branches found
No related tags found
No related merge requests found
Do not run the broken MSC2716 tests when running `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/...
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