summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-26 16:43:50 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-26 17:47:48 +0100
commit2e627ecc12b831f7f3a21966ccd163dce2615eb1 (patch)
tree6215cb23ee8fba91ce5bba89a40874119c774616
parentfix isort and mypy linting (diff)
downloadsynapse-2e627ecc12b831f7f3a21966ccd163dce2615eb1.tar.xz
Remove spaces tests from Complement
-rw-r--r--.buildkite/pipeline.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml

index c9eb5c75a8..eed87750c2 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml
@@ -558,7 +558,7 @@ steps: - "docker build -t complement-synapse -f complement-anoa-knock_room_v7/dockerfiles/Synapse.Dockerfile complement-anoa-knock_room_v7/dockerfiles" # Finally, compile and run the tests. - "cd complement-anoa-knock_room_v7" - - "COMPLEMENT_BASE_IMAGE=complement-synapse:latest go test -v -tags synapse_blacklist,msc2403,msc2946,msc3083 ./tests" + - "COMPLEMENT_BASE_IMAGE=complement-synapse:latest go test -v -tags synapse_blacklist,msc2403 ./tests" label: "\U0001F9EA Complement" agents: queue: "medium"