Skip to content

Commit

Permalink
chore: disable flake in e2e_fees/private_payments
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Dec 19, 2024
1 parent ade87d0 commit 497c6a1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,8 @@ describe('e2e_fees private_payment', () => {
});

// TODO(#7694): Remove this test once the lacking feature in TXE is implemented.
it('insufficient funded amount is correctly handled', async () => {
// TODO(#10775): Reenable, hit e.g. https://github.com/AztecProtocol/aztec-packages/actions/runs/12419409370/job/34675397831
it.skip('insufficient funded amount is correctly handled', async () => {
// We call arbitrary `private_get_name(...)` function just to check the correct error is triggered.
await expect(
bananaCoin.methods.private_get_name().prove({
Expand Down

0 comments on commit 497c6a1

Please sign in to comment.