-
Notifications
You must be signed in to change notification settings - Fork 56
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
[CI] Avoid exhausting file descriptors, disable secp256 tests #42
Conversation
8f32333
to
4ad3bcc
Compare
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.
Not letting you land it :)
2c5a96b
to
a1d8154
Compare
a1d8154
to
fa03a8b
Compare
@@ -210,7 +210,7 @@ describe("transaction simulation", () => { | |||
|
|||
describe("Secp256k1", () => { |
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.
nit: can just describe.skip(...)
thats weird.... I was able to run secp256k1 tests separately on devnet |
Idk Larry says it's meant to be broken on both? I'll look into it, maybe he landed a fix. |
Description
This PR does two things:
Test Plan
See CI run.
Related Links