Skip to content

Commit

Permalink
Merge pull request #203 from lidofinance/skip-xdefi
Browse files Browse the repository at this point in the history
skip XDEFI
  • Loading branch information
jake4take authored Dec 3, 2024
2 parents 8f0df3e + 11d56bc commit 3eb0139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallets-testing/test/widgets/ethereum.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ test.describe('Ethereum', () => {
await browserService.connectWallet();
});

test(`Xdefi wallet connect`, async () => {
test.skip(`Xdefi wallet connect`, async () => {
await browserService.setup(XDEFI_COMMON_CONFIG, ETHEREUM_WIDGET_CONFIG);
await browserService.connectWallet();
});
Expand Down

0 comments on commit 3eb0139

Please sign in to comment.