diff --git a/yarn-project/end-to-end/Earthfile b/yarn-project/end-to-end/Earthfile index f11e262c86e..d6de4cbaf12 100644 --- a/yarn-project/end-to-end/Earthfile +++ b/yarn-project/end-to-end/Earthfile @@ -172,9 +172,10 @@ e2e-token-contract: LOCALLY RUN ./scripts/e2e_test.sh ./src/e2e_token_contract -e2e-prover-coordination: - LOCALLY - RUN ./scripts/e2e_test.sh ./src/prover-coordination/e2e_json_coordination.test.ts +# https://github.com/AztecProtocol/aztec-packages/issues/8925 +# e2e-prover-coordination: +# LOCALLY +# RUN ./scripts/e2e_test.sh ./src/prover-coordination/e2e_json_coordination.test.ts e2e-public-testnet: ARG L1_CHAIN_ID="31337"