Skip to content

Commit

Permalink
Merge pull request #135 from lidofinance/skip-polygon-mm-stake
Browse files Browse the repository at this point in the history
Skip Polygon MM stake test
  • Loading branch information
jake4take authored Apr 19, 2024
2 parents add2a7a + 3b2cf9b commit 2985cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallets-testing/test/widgets/polygon.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ test.describe('Polygon', () => {
browserService = moduleFixture.get<BrowserService>(BrowserService);
});

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

0 comments on commit 2985cc8

Please sign in to comment.