summary refs log tree commit diff
path: root/scripts-dev
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2023-01-13 19:32:10 +0000
committerGitHub <noreply@github.com>2023-01-13 19:32:10 +0000
commit54cd90ea60610a6dc24a291dd0cad4ce9bea8728 (patch)
tree81289a6ea7699888277f55b8eca015411c9b5443 /scripts-dev
parentUse stable identifiers for faster joins (#14832) (diff)
downloadsynapse-54cd90ea60610a6dc24a291dd0cad4ce9bea8728.tar.xz
Implement MSC3890: Remotely silence local notifications (#14775)
Diffstat (limited to 'scripts-dev')
-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 51d1bac618..7c48d8bccb 100755
--- a/scripts-dev/complement.sh
+++ b/scripts-dev/complement.sh
@@ -190,7 +190,7 @@ fi
 
 extra_test_args=()
 
-test_tags="synapse_blacklist,msc3787,msc3874,msc3391"
+test_tags="synapse_blacklist,msc3787,msc3874,msc3890,msc3391"
 
 # All environment variables starting with PASS_ will be shared.
 # (The prefix is stripped off before reaching the container.)