Skip to content

Commit

Permalink
disable safari [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpertsov committed Nov 30, 2023
1 parent 4303238 commit 21ed184
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions rpc/examples/echo/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ export default defineConfig({
use: { ...devices["Desktop Firefox"] },
},

{
name: "webkit",
use: { ...devices["Desktop Safari"] },
},
// TODO: resolve Safari tests
// {
// name: "webkit",
// use: { ...devices["Desktop Safari"] },
// },

/* Test against mobile viewports. */
// {
Expand Down

0 comments on commit 21ed184

Please sign in to comment.