diff options
author | Eric Eastwood <erice@element.io> | 2022-10-13 04:19:15 -0500 |
---|---|---|
committer | Eric Eastwood <erice@element.io> | 2022-10-13 04:19:15 -0500 |
commit | 12cd982e0aaa55385fed69e48e3213569ac42fee (patch) | |
tree | 3214b41feb8909c2d071351b6f95ec0730cccfd6 /scripts-dev/complement.sh | |
parent | Merge branch 'develop' into madlittlemods/deflake-msc3030-backfill-test-with-... (diff) | |
download | synapse-madlittlemods/deflake-msc3030-backfill-test-with-workers.tar.xz |
Enable MSC2716 Complement tests github/madlittlemods/deflake-msc3030-backfill-test-with-workers madlittlemods/deflake-msc3030-backfill-test-with-workers
Diffstat (limited to 'scripts-dev/complement.sh')
-rwxr-xr-x | scripts-dev/complement.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts-dev/complement.sh b/scripts-dev/complement.sh index 716a253d8d..b0ec28024d 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,msc3787,msc3030" +test_tags="synapse_blacklist,msc3787,msc2716,msc3030" # All environment variables starting with PASS_ will be shared. # (The prefix is stripped off before reaching the container.) |