mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Revert "Pin back Synapse used in Cypress to alleviate test failures" (#9430)
This reverts commit cf029c51dc
.
This commit is contained in:
parent
6009d1c176
commit
13e9e14eaa
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user