mirror of
https://github.com/status-im/js-waku.git
synced 2025-02-24 02:48:11 +00:00
remove try catch no longer needed after 1790 got fixed (#2026)
This commit is contained in:
parent
2311a595b2
commit
c5302fd0c8
@ -309,9 +309,6 @@ const runTests = (strictCheckNodes: boolean): void => {
|
||||
});
|
||||
}
|
||||
|
||||
// Open issue here: https://github.com/waku-org/js-waku/issues/1790
|
||||
// That's why we use the try catch block
|
||||
try {
|
||||
// Verify that each message was received on the corresponding topic.
|
||||
expect(
|
||||
await serviceNodes.messageCollector.waitForMessages(topicCount)
|
||||
@ -323,11 +320,6 @@ const runTests = (strictCheckNodes: boolean): void => {
|
||||
expectedPubsubTopic: TestPubsubTopic
|
||||
});
|
||||
});
|
||||
} catch (error) {
|
||||
console.warn(
|
||||
"This test still fails because of https://github.com/waku-org/js-waku/issues/1790"
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
it("Error when try to subscribe to more than 101 topics (new limit)", async function () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user