From 10b87d109e0b02f0b879df91456ffdc95d9a5fe6 Mon Sep 17 00:00:00 2001 From: ludamad Date: Wed, 25 Sep 2024 11:27:20 -0400 Subject: [PATCH] chore: disable e2e-fees-failure (#8784) Until https://github.com/AztecProtocol/aztec-packages/issues/8783 --- yarn-project/end-to-end/Earthfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn-project/end-to-end/Earthfile b/yarn-project/end-to-end/Earthfile index 83f95c3712f..2cf744c225d 100644 --- a/yarn-project/end-to-end/Earthfile +++ b/yarn-project/end-to-end/Earthfile @@ -140,9 +140,9 @@ e2e-fees-dapp-subscription: LOCALLY RUN ./scripts/e2e_test.sh ./src/e2e_fees/dapp_subscription.test.ts -e2e-fees-failures: - LOCALLY - RUN ./scripts/e2e_test.sh ./src/e2e_fees/failures.test.ts +# e2e-fees-failures: +# LOCALLY +# RUN ./scripts/e2e_test.sh ./src/e2e_fees/failures.test.ts e2e-fees-fee-juice-payments: LOCALLY