diff --git a/noir/bootstrap.sh b/noir/bootstrap.sh index 8939c174a369..ad8b90db131b 100755 --- a/noir/bootstrap.sh +++ b/noir/bootstrap.sh @@ -161,7 +161,7 @@ function test_cmds { local test_hash=$NOIR_HASH cd noir-repo - NOIR_TEST_FILTER="not package(noir_ast_fuzzer_fuzz)" + NOIR_TEST_FILTER="not (package(noir_ast_fuzzer_fuzz) or package(noir_ast_fuzzer))" cargo nextest list --workspace --locked --release -Tjson-pretty -E "$NOIR_TEST_FILTER" 2>/dev/null | \ jq -r ' .["rust-suites"][] | diff --git a/noir/noir-repo-ref b/noir/noir-repo-ref index e1c42351ed89..1527bdb2c531 100644 --- a/noir/noir-repo-ref +++ b/noir/noir-repo-ref @@ -1 +1 @@ -nightly-2025-06-06 +nightly-2025-06-10