mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-19 15:54:28 +00:00
chore: remove redundant nodes startup
This commit is contained in:
parent
d52bae5f2a
commit
98179ce129
@ -186,16 +186,7 @@ describe("Waku Message Ephemeral field", function () {
|
||||
|
||||
expect(messages?.length).eq(0);
|
||||
|
||||
const additionalServiceNodes = await ServiceNodesFleet.createAndRun(
|
||||
this.ctx,
|
||||
0,
|
||||
false,
|
||||
{
|
||||
clusterId: ClusterId,
|
||||
contentTopics: [TestContentTopic, AsymContentTopic, SymContentTopic]
|
||||
}
|
||||
);
|
||||
await teardownNodesWithRedundancy(additionalServiceNodes, [waku1, waku2]);
|
||||
await teardownNodesWithRedundancy(serviceNodes, [waku1, waku2]);
|
||||
});
|
||||
|
||||
it("Ephemeral field is preserved - encoder v0", async function () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user