Skip to content
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

1452: Enabling some skipped tests #1583

Merged
merged 4 commits into from
Aug 17, 2023
Merged

Conversation

jeanmon
Copy link
Contributor

@jeanmon jeanmon commented Aug 16, 2023

Resolves #1452

Checklist:

Remove the checklist to signal you've completed it. Enable auto-merge if the PR is ready to merge.

  • If the pull request requires a cryptography review (e.g. cryptographic algorithm implementations) I have added the 'crypto' tag.
  • I have reviewed my diff in github, line by line and removed unexpected formatting changes, testing logs, or commented-out code.
  • Every change is related to the PR description.
  • I have linked this pull request to relevant issues (if any exist).

@@ -39,7 +39,7 @@ describe('abis wasm bindings', () => {

// TODO: This test fails on CI since build-system is not updating the latest circuits wasm
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@spalladino Do you know if build-system is now updating the circuits wasm? I had a green CI after re-enablement of this test but this does not mean it will remain so when circuits change.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jeanmon yeah, this should definitely be fixed now! This is from a moment where the CI was a lot flakier than it is now.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@spalladino Great and thx for the reply. I will remove these comments then.

@jeanmon jeanmon marked this pull request as ready for review August 16, 2023 12:45
@jeanmon jeanmon force-pushed the jm/1452-enable-skipped-tests branch from 4495f0f to f254301 Compare August 16, 2023 15:28
@jeanmon jeanmon force-pushed the jm/1452-enable-skipped-tests branch from f254301 to 50aae08 Compare August 17, 2023 07:35
@jeanmon jeanmon merged commit f1836a6 into master Aug 17, 2023
@jeanmon jeanmon deleted the jm/1452-enable-skipped-tests branch August 17, 2023 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Open issues for each of the many cheeky it.skip() instances in the codebase.
2 participants