Skip to content

Commit

Permalink
🐞 Disable switch network test
Browse files Browse the repository at this point in the history
  • Loading branch information
nezouse committed May 14, 2024
1 parent b9113ed commit a3e1306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/playwright/with-metamask.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ describe(`Browser: ${browserType.name()} with Metamask`, () => {
})

describe('Guides/Transactions', () => {
it('Switches networks', async () => {
it.skip('Switches networks', async () => {
await page.goto(`${baseUrl}Guides/Transactions/Switching%20Networks`)

await waitForExpect(async () => {
Expand Down

0 comments on commit a3e1306

Please sign in to comment.