From 26416b6193bd352f91ebf1f97d9c1dfa5fda4616 Mon Sep 17 00:00:00 2001 From: ludamad Date: Mon, 28 Oct 2024 18:36:56 -0400 Subject: [PATCH] chore: disable e2e_fees_dapp_subscription (#9489) Somehow broken after noir sync --- yarn-project/end-to-end/scripts/e2e_test_config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/yarn-project/end-to-end/scripts/e2e_test_config.yml b/yarn-project/end-to-end/scripts/e2e_test_config.yml index 3520f49f139..2f7c718c14c 100644 --- a/yarn-project/end-to-end/scripts/e2e_test_config.yml +++ b/yarn-project/end-to-end/scripts/e2e_test_config.yml @@ -38,8 +38,9 @@ tests: e2e_escrow_contract: {} e2e_fees_account_init: test_path: "e2e_fees/account_init.test.ts" - e2e_fees_dapp_subscription: - test_path: "e2e_fees/dapp_subscription.test.ts" + # TODO(https://github.com/AztecProtocol/aztec-packages/issues/9488): reenable + # e2e_fees_dapp_subscription: + # test_path: "e2e_fees/dapp_subscription.test.ts" e2e_fees_failures: test_path: "e2e_fees/failures.test.ts" e2e_fees_fee_juice_payments: