diff options
author | Eric Eastwood <erice@element.io> | 2022-10-06 02:08:54 -0500 |
---|---|---|
committer | Eric Eastwood <erice@element.io> | 2022-10-06 02:08:54 -0500 |
commit | 20996008f9c344102fb04ae5b8d16353955f0016 (patch) | |
tree | 91d08f24a43074caea772d6ada2dd45e7535efa2 | |
parent | Merge remote-tracking branch 'origin/develop' into clokep/rel-workers (diff) | |
download | synapse-20996008f9c344102fb04ae5b8d16353955f0016.tar.xz |
Enable MSC3030 Complement tests for workers
-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 ecfda5bf8c..e3dfca8f1e 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" +test_tags="synapse_blacklist,msc3787,msc3030" # All environment variables starting with PASS_ will be shared. # (The prefix is stripped off before reaching the container.) |