Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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