Skip to content

Commit 5e0c19e

Browse files
authored
fix: temp skip base swap tests (#2311)
1 parent 9c33262 commit 5e0c19e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cypress/e2e/1-v3-markets/6-base-v3-market/swap.base-v3.cy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ const testData = {
3939
],
4040
},
4141
};
42-
//due oracle
43-
describe('SWAP, BASE V3 MARKET, INTEGRATION SPEC', () => {
42+
43+
describe.skip('SWAP, BASE V3 MARKET, INTEGRATION SPEC', () => {
4444
const skipTestState = skipState(false);
4545
configEnvWithTenderlyBaseFork({
4646
v3: true,

0 commit comments

Comments
 (0)