mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-08 06:59:26 +08:00
test(server): test skip-install parameter in cluster
This commit is contained in:
parent
98d58963ea
commit
1702ac67e3
@ -285,7 +285,7 @@ export async function createMockCluster({
|
|||||||
...options,
|
...options,
|
||||||
skipSupervisor: true,
|
skipSupervisor: true,
|
||||||
name: clusterName + '_' + appName,
|
name: clusterName + '_' + appName,
|
||||||
skipInstall: Boolean(i),
|
// skipInstall: Boolean(i),
|
||||||
pubSubManager: {
|
pubSubManager: {
|
||||||
channelPrefix: clusterName,
|
channelPrefix: clusterName,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user