Skip to content

Commit

Permalink
fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronfigueiredo committed Mar 28, 2024
1 parent a2f6b07 commit 1b917dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e/tests/tokens/increase-token-allowance.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ describe('Increase Token Allowance', function () {
title: this.test.fullTitle(),
},
async ({ driver, contractRegistry }) => {
if (process.env.MULTICHAIN) {
return;
}

const ACCOUNT_1_NAME = 'Account 1';
const ACCOUNT_2_NAME = '2nd Account';

Expand Down

0 comments on commit 1b917dd

Please sign in to comment.