Skip to content

Commit

Permalink
disable ethereum from mock-bridges test file until evm bridge is avai…
Browse files Browse the repository at this point in the history
…lable
  • Loading branch information
chabroA committed Aug 16, 2023
1 parent dd237c8 commit fed5759
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/ledger-live-common/src/__tests__/mock-bridges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jest.setTimeout(120000);
const mockedCoins: CryptoCurrencyId[] = [
"bitcoin",
"zcash",
"ethereum",
// FIXME: enable when we have a bridge mock for evm
// "ethereum",
"ethereum_classic",
"ripple",
"tezos",
Expand Down

0 comments on commit fed5759

Please sign in to comment.