Revert "Pin back Synapse used in Cypress to alleviate test failures" (#9430)

This reverts commit cf029c51dc.
This commit is contained in:
Michael Telatynski 2022-10-17 12:29:23 +01:00 committed by GitHub
parent 6009d1c176
commit 13e9e14eaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,9 +100,7 @@ async function synapseStart(template: string): Promise<SynapseInstance> {
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",