Skip to content

Commit

Permalink
test: Skip Goerli tests as no longer supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
johngrantuk committed May 9, 2024
1 parent b85e275 commit aafe7e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const poolAddresses = Object.values(ADDRESSES[network]).map(
);
const addresses = ADDRESSES[network];

describe('generalised exit execution', async function () {
describe.skip('generalised exit execution', async function () {
this.timeout(120000); // Sets timeout for all tests within this scope to 2 minutes

/*
Expand Down

0 comments on commit aafe7e9

Please sign in to comment.