Skip to content

Commit

Permalink
turn off fees test (#4670)
Browse files Browse the repository at this point in the history
  • Loading branch information
just-mitch authored Feb 19, 2024
1 parent 13647c2 commit 2dd53fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/src/e2e_fees.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe('e2e_fees', () => {
});

describe('NativeFeePaymentMethod', () => {
it('pays out the expected fee to the sequencer', async () => {
it.skip('pays out the expected fee to the sequencer', async () => {
await testContract.methods
.mint_public(aliceAddress, 1000)
.send({
Expand Down

0 comments on commit 2dd53fd

Please sign in to comment.