Skip to content

Commit

Permalink
test: disable dapp subscription test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Mar 5, 2024
1 parent 74955b8 commit 15d9710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/src/e2e_dapp_subscription.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const TOKEN_NAME = 'BananaCoin';
const TOKEN_SYMBOL = 'BC';
const TOKEN_DECIMALS = 18n;

describe('e2e_dapp_subscription', () => {
describe.skip('e2e_dapp_subscription', () => {
let aliceWallet: AccountWalletWithPrivateKey;
let bobWallet: AccountWalletWithPrivateKey;
let aliceAddress: AztecAddress; // Dapp subscriber.
Expand Down

0 comments on commit 15d9710

Please sign in to comment.