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

Commit

Permalink
Disable msc2716 until Complement update is merged
Browse files Browse the repository at this point in the history
Disable msc2716 tests until both the Complement and Synapse PRs
are merged.

Currently #10432 is merged
but is still open matrix-org/complement#168
which relies on the changes.

Unfortunately, we would run into this situation if either side was merged too.
  • Loading branch information
MadLittleMods committed Jul 22, 2021
1 parent 8ae0bdc commit b5ce893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts-dev/complement.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b5ce893

Please sign in to comment.