Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 2621e5d

Browse files
committed
Remove MSC3030 complement test flag because unknown state of tests at time of merge
Complement tests are in matrix-org/complement#178 but haven't had any review and not sure when they will merge.
1 parent 3ee5d0c commit 2621e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts-dev/complement.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ if [[ -n "$1" ]]; then
6565
fi
6666

6767
# Run the tests!
68-
go test -v -tags synapse_blacklist,msc2403,msc3030 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests/...
68+
go test -v -tags synapse_blacklist,msc2403 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests/...

0 commit comments

Comments
 (0)