Skip to content

Commit

Permalink
chore: Remove poseidonsponge_x5_254 from exclusion list (#1263)
Browse files Browse the repository at this point in the history
* add poseidon examples into nargo_cli

* remove poseidon_x5 from exclusion list

---------

Co-authored-by: TomAFrench <[email protected]>
  • Loading branch information
kevaundray and TomAFrench authored Jul 11, 2023
1 parent 2e835b4 commit be0cb75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/nargo_cli/tests/test_data/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# List of tests to be excluded (i.e not run), as their directory name in test_data
# Exclude "poseidonsponge_x5_254" and "sha2_byte" due to relatively long computation time and "sha2_blocks" due to very long computation time.
exclude = ["bit_shifts_runtime", "comptime_fail", "poseidonsponge_x5_254", "sha2_blocks", "sha2_byte"]
# Exclude "sha2_byte" due to relatively long computation time and "sha2_blocks" due to very long computation time.
exclude = ["bit_shifts_runtime", "comptime_fail", "sha2_blocks", "sha2_byte"]


# List of tests (as their directory name in test_data) expecting to fail: if the test pass, we report an error.
Expand Down

0 comments on commit be0cb75

Please sign in to comment.