Skip to content

Commit

Permalink
chore: disable bnb (#2132)
Browse files Browse the repository at this point in the history
  • Loading branch information
foodaka committed Aug 1, 2024
1 parent 587b4b0 commit f998ecc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ const testData = {
},
};

describe('USDbC INTEGRATION SPEC, BASE V3 MARKET', () => {
const skipTestState = skipState(false);
describe.skip('USDbC INTEGRATION SPEC, BASE V3 MARKET', () => {
const skipTestState = skipState(true);
configEnvWithTenderlyBnbFork({
v3: true,
tokens: tokenSet(tokensToRequest),
Expand Down

0 comments on commit f998ecc

Please sign in to comment.