Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Pin back Synapse used in Cypress to alleviate test failures (#9381)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Oct 10, 2022
1 parent bb71c86 commit cf029c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cypress/plugins/synapsedocker/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cf029c5

Please sign in to comment.