Skip to content

Commit

Permalink
skip recursion in acir tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vezenovm committed Mar 12, 2024
1 parent 3b2a7e4 commit 24749d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion barretenberg/acir_tests/run_acir_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export BIN CRS_PATH VERBOSE BRANCH
cd acir_tests

# Convert them to array
SKIP_ARRAY=(diamond_deps_0 workspace workspace_default_member)
SKIP_ARRAY=(diamond_deps_0 workspace workspace_default_member recursion)

function test() {
cd $1
Expand Down

0 comments on commit 24749d9

Please sign in to comment.