Skip to content

Commit

Permalink
Merge pull request #78 from lidofinance/skip_mm_stake
Browse files Browse the repository at this point in the history
skip MM stake test
  • Loading branch information
itaven authored Aug 18, 2023
2 parents f6e6000 + f665546 commit fdf4a94
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 @@ -30,7 +30,7 @@ test.describe('Ethereum', () => {
browserService = moduleFixture.get<BrowserService>(BrowserService);
});

test(`Metamask stake`, async () => {
test.skip(`Metamask stake`, async () => {
await browserService.setupWithNode(
METAMASK_COMMON_CONFIG,
ETHEREUM_WIDGET_CONFIG,
Expand Down

0 comments on commit fdf4a94

Please sign in to comment.