From 20996008f9c344102fb04ae5b8d16353955f0016 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Thu, 6 Oct 2022 02:08:54 -0500 Subject: [PATCH] Enable MSC3030 Complement tests for workers --- scripts-dev/complement.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.)