From cf029c51dc466db448c7324d3dda1fa484a9f3ee Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 10 Oct 2022 13:34:39 +0100 Subject: [PATCH] Pin back Synapse used in Cypress to alleviate test failures (#9381) --- cypress/plugins/synapsedocker/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cypress/plugins/synapsedocker/index.ts b/cypress/plugins/synapsedocker/index.ts index bfbda1e360..d8772cbab8 100644 --- a/cypress/plugins/synapsedocker/index.ts +++ b/cypress/plugins/synapsedocker/index.ts @@ -100,7 +100,9 @@ async function synapseStart(template: string): Promise { 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",