1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-12-01 09:58:03 +03:00

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

This commit is contained in:
Michael Telatynski
2022-10-10 13:34:39 +01:00
committed by GitHub
parent bb71c86c8a
commit cf029c51dc

View File

@@ -100,7 +100,9 @@ async function synapseStart(template: string): Promise<SynapseInstance> {
console.log(`Starting synapse with config dir ${synCfg.configDir}...`); console.log(`Starting synapse with config dir ${synCfg.configDir}...`);
const synapseId = await dockerRun({ 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`, containerName: `react-sdk-cypress-synapse`,
params: [ params: [
"--rm", "--rm",