Remove msc2716 from the list of tests for complement. (#11389)
As the tests are currently failing and not run in CI.anoa/doc_hierarchy
parent
eca7cffb73
commit
5505da2109
|
@ -0,0 +1 @@
|
||||||
|
Do not run the broken MSC2716 tests when running `scripts-dev/complement.sh`.
|
|
@ -65,4 +65,4 @@ if [[ -n "$1" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Run the tests!
|
# 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/...
|
||||||
|
|
Loading…
Reference in New Issue