Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 1044250

Browse files
committed
Remove complement build flag for msc2946.
1 parent db23830 commit 1044250

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ jobs:
374374
working-directory: complement/dockerfiles
375375

376376
# Run Complement
377-
- run: go test -v -tags synapse_blacklist,msc2403,msc2946,msc3083 ./tests/...
377+
- run: go test -v -tags synapse_blacklist,msc2403,msc3083 ./tests/...
378378
env:
379379
COMPLEMENT_BASE_IMAGE: complement-synapse:latest
380380
working-directory: complement

scripts-dev/complement.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ if [[ -n "$1" ]]; then
6565
fi
6666

6767
# Run the tests!
68-
go test -v -tags synapse_blacklist,msc2946,msc3083,msc2403,msc2716 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests/...
68+
go test -v -tags synapse_blacklist,msc3083,msc2403,msc2716 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests/...

0 commit comments

Comments
 (0)