mirror of https://github.com/vector-im/riot-web
Revert "Pin back Synapse used in Cypress to alleviate test failures" (#9430)
This reverts commit cf029c51dc
.
pull/28788/head^2
parent
6009d1c176
commit
13e9e14eaa
|
@ -100,9 +100,7 @@ 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({
|
||||||
// XXX: switch back to `develop` tag once the threads receipts issue is fixed
|
image: "matrixdotorg/synapse:develop",
|
||||||
// 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",
|
||||||
|
|
Loading…
Reference in New Issue