Skip to content

Commit

Permalink
skip safari
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpertsov committed Nov 28, 2023
1 parent 946ae18 commit bcfda6d
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(mp): Safari current fails
// {
// name: "webkit",
// use: { ...devices["Desktop Safari"] },
// },

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

0 comments on commit bcfda6d

Please sign in to comment.