-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: fix dispatchEvent test #1897
Conversation
fbarbu15
commented
Mar 8, 2024
•
edited
Loading
edited
- Fix and unskio connectionManager.dispatchEvent according to update connectionManager.dispatchEvent test to listen to correct events #1835 (comment)
- Fix port overflow error
- Skipped flaky test that I just couldn't reliably fix in CI although it works fine locally
size-limit report 📦
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -123,7 +123,8 @@ describe("Peer Exchange Query", function () { | |||
await tearDownNodes([nwaku1, nwaku2, nwaku3], waku); | |||
}); | |||
|
|||
it("connected peers and dial", async function () { | |||
// slow and flaky in CI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's open an issue to track this please
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I've opened this one