summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-10-06 02:08:54 -0500
committerEric Eastwood <erice@element.io>2022-10-06 02:08:54 -0500
commit20996008f9c344102fb04ae5b8d16353955f0016 (patch)
tree91d08f24a43074caea772d6ada2dd45e7535efa2
parentMerge remote-tracking branch 'origin/develop' into clokep/rel-workers (diff)
downloadsynapse-20996008f9c344102fb04ae5b8d16353955f0016.tar.xz
Enable MSC3030 Complement tests for workers
-rwxr-xr-xscripts-dev/complement.sh2
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.)