diff options
author | Erik Johnston <erik@matrix.org> | 2022-10-18 10:55:09 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2022-10-18 10:55:09 +0100 |
commit | 1235316645b3167495cd936601d474e6f9c4e5a7 (patch) | |
tree | 500957b38e5ae9b28570734afbc7ad72908e3efa /scripts-dev/complement.sh | |
parent | Merge remote-tracking branch 'origin/release-v1.69' into matrix-org-hotfixes (diff) | |
parent | Allow poetry-core 1.3.2 (#14217) (diff) | |
download | synapse-1235316645b3167495cd936601d474e6f9c4e5a7.tar.xz |
Merge remote-tracking branch 'origin/release-v1.70' into matrix-org-hotfixes
Diffstat (limited to 'scripts-dev/complement.sh')
-rwxr-xr-x | scripts-dev/complement.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scripts-dev/complement.sh b/scripts-dev/complement.sh index eab23f18f1..a7b1e1e3a8 100755 --- a/scripts-dev/complement.sh +++ b/scripts-dev/complement.sh @@ -126,7 +126,7 @@ export COMPLEMENT_BASE_IMAGE=complement-synapse extra_test_args=() -test_tags="synapse_blacklist,msc2716,msc3030,msc3787" +test_tags="synapse_blacklist,msc3787" # All environment variables starting with PASS_ will be shared. # (The prefix is stripped off before reaching the container.) @@ -158,7 +158,10 @@ else # We only test faster room joins on monoliths, because they are purposefully # being developed without worker support to start with. - test_tags="$test_tags,faster_joins" + # + # The tests for importing historical messages (MSC2716) and jump to date (MSC3030) + # also only pass with monoliths, currently. + test_tags="$test_tags,faster_joins,msc2716,msc3030" fi |