From dc8720ac00a1a4ea49867eb0782015d893741dc2 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Tue, 4 Oct 2022 12:16:37 -0400 Subject: [PATCH] Disable things which don't support workers. --- scripts-dev/complement.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scripts-dev/complement.sh b/scripts-dev/complement.sh index eab23f18f1..ecfda5bf8c 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" + # + # Importing historical history and jump to date also only support monoliths, + # currently. + test_tags="$test_tags,faster_joins,msc2716,msc3030" fi