From 13e9e14eaaa87bbc5b277327728cbefbd0c4d5e8 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 17 Oct 2022 12:29:23 +0100 Subject: [PATCH] Revert "Pin back Synapse used in Cypress to alleviate test failures" (#9430) This reverts commit cf029c51dc466db448c7324d3dda1fa484a9f3ee. --- cypress/plugins/synapsedocker/index.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cypress/plugins/synapsedocker/index.ts b/cypress/plugins/synapsedocker/index.ts index d8772cbab89..bfbda1e3607 100644 --- a/cypress/plugins/synapsedocker/index.ts +++ b/cypress/plugins/synapsedocker/index.ts @@ -100,9 +100,7 @@ async function synapseStart(template: string): Promise { console.log(`Starting synapse with config dir ${synCfg.configDir}...`); const synapseId = await dockerRun({ - // 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", + image: "matrixdotorg/synapse:develop", containerName: `react-sdk-cypress-synapse`, params: [ "--rm",