test(server): test skip-install parameter in cluster

This commit is contained in:
mytharcher 2024-08-01 11:09:04 +00:00
parent 98d58963ea
commit 1702ac67e3

View File

@ -285,7 +285,7 @@ export async function createMockCluster({
...options,
skipSupervisor: true,
name: clusterName + '_' + appName,
skipInstall: Boolean(i),
// skipInstall: Boolean(i),
pubSubManager: {
channelPrefix: clusterName,
},