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

Commit

Permalink
Revert "Pin back Synapse used in Cypress to alleviate test failures" (#…
Browse files Browse the repository at this point in the history
…9430)

This reverts commit cf029c5.
  • Loading branch information
t3chguy authored Oct 17, 2022
1 parent 6009d1c commit 13e9e14
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cypress/plugins/synapsedocker/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 13e9e14

Please sign in to comment.