chore: remove redundant nodes startup

This commit is contained in:
Danish Arora 2025-02-05 17:55:08 +05:30
parent d52bae5f2a
commit 98179ce129
No known key found for this signature in database
GPG Key ID: 1C6EF37CDAE1426E

View File

@ -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 () {