Pin back Synapse used in Cypress to alleviate test failures (#9381)

pull/28217/head
Michael Telatynski 2022-10-10 13:34:39 +01:00 committed by GitHub
parent bb71c86c8a
commit cf029c51dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -100,7 +100,9 @@ async function synapseStart(template: string): Promise<SynapseInstance> {
console.log(`Starting synapse with config dir ${synCfg.configDir}...`);
const synapseId = await dockerRun({
image: "matrixdotorg/synapse:develop",
// XXX: switch back to `develop` tag once the threads receipts issue is fixed
// https://github.com/vector-im/element-web/issues/23451
image: "matrixdotorg/synapse:latest",
containerName: `react-sdk-cypress-synapse`,
params: [
"--rm",