From ce019c7a5ff127185a441c1cfcf590f67dc971f7 Mon Sep 17 00:00:00 2001 From: Rongrong Chai Date: Fri, 22 Mar 2024 20:44:46 +0000 Subject: [PATCH] comment out mobile safari due to failed test --- apps/openchallenges/app/playwright.config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/openchallenges/app/playwright.config.ts b/apps/openchallenges/app/playwright.config.ts index a80a120bd7..04fbf127ca 100644 --- a/apps/openchallenges/app/playwright.config.ts +++ b/apps/openchallenges/app/playwright.config.ts @@ -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