Skip to content

Commit

Permalink
comment out mobile safari due to failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
rrchai committed Mar 22, 2024
1 parent 5c8de8f commit ce019c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/openchallenges/app/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ export default defineConfig({
name: 'Mobile Chrome',
use: { ...devices['Pixel 5'] },
},
{
name: 'Mobile Safari',
use: { ...devices['iPhone 12'] },
},
// {
// name: 'Mobile Safari',
// use: { ...devices['iPhone 12'] },
// },
/* Test against branded browsers. */
// When Google Chrome and/or Microsoft Edge are installed in the dev container, Playwright will
// use one of them to open the HTML report. These browsers are slow to open and respond because
Expand Down

0 comments on commit ce019c7

Please sign in to comment.