From a3ac5ff251270f7a14d56e9b7846655dce716a44 Mon Sep 17 00:00:00 2001 From: Santiago Palladino Date: Tue, 16 Apr 2024 09:28:24 -0300 Subject: [PATCH] chore: Temporarily skip failing e2e fees test --- yarn-project/end-to-end/src/e2e_fees.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn-project/end-to-end/src/e2e_fees.test.ts b/yarn-project/end-to-end/src/e2e_fees.test.ts index 2c196ef9396..8db6d025114 100644 --- a/yarn-project/end-to-end/src/e2e_fees.test.ts +++ b/yarn-project/end-to-end/src/e2e_fees.test.ts @@ -193,7 +193,7 @@ describe('e2e_fees', () => { // Can't do presently because all logs are "revertible" so we lose notes that get broadcasted during unshielding. }); - describe('private fees payments', () => { + describe.skip('private fees payments', () => { let InitialAlicePrivateBananas: bigint; let InitialAlicePublicBananas: bigint; let InitialAliceGas: bigint;