mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-21 08:38:17 +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);
|
expect(messages?.length).eq(0);
|
||||||
|
|
||||||
const additionalServiceNodes = await ServiceNodesFleet.createAndRun(
|
await teardownNodesWithRedundancy(serviceNodes, [waku1, waku2]);
|
||||||
this.ctx,
|
|
||||||
0,
|
|
||||||
false,
|
|
||||||
{
|
|
||||||
clusterId: ClusterId,
|
|
||||||
contentTopics: [TestContentTopic, AsymContentTopic, SymContentTopic]
|
|
||||||
}
|
|
||||||
);
|
|
||||||
await teardownNodesWithRedundancy(additionalServiceNodes, [waku1, waku2]);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
it("Ephemeral field is preserved - encoder v0", async function () {
|
it("Ephemeral field is preserved - encoder v0", async function () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user