summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2022-03-30 12:15:47 +0100
committerGitHub <noreply@github.com>2022-03-30 11:15:47 +0000
commit19a1d6a42a2177f3b8ebdaa4e6727e4a09eb2c99 (patch)
tree0b17936117db8d63df6d1b460d57906d7630f477 /.github
parentStart application service stream token tracking from 1 (#12193) (diff)
downloadsynapse-19a1d6a42a2177f3b8ebdaa4e6727e4a09eb2c99.tar.xz
Remove references to "msc2403" (#12165)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 2afddf58d1..e5450edfb6 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -377,7 +377,7 @@ jobs:
       # Run Complement
       - run: |
           set -o pipefail
-          go test -v -json -tags synapse_blacklist,msc2403,msc2716,msc3030 ./tests/... 2>&1 | gotestfmt
+          go test -v -json -tags synapse_blacklist,msc2716,msc3030 ./tests/... 2>&1 | gotestfmt
         shell: bash
         name: Run Complement Tests
         env: