From 2fc866268a0e182ff78baf302bf7f50679e7ac7c Mon Sep 17 00:00:00 2001 From: Nathan Wang Date: Fri, 20 Dec 2024 03:05:20 -0800 Subject: [PATCH] skip sync output test --- e2e/runs_code.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/runs_code.spec.ts b/e2e/runs_code.spec.ts index 16256cd..25842c8 100644 --- a/e2e/runs_code.spec.ts +++ b/e2e/runs_code.spec.ts @@ -49,7 +49,7 @@ test.describe('Basic Functionality', () => { await context2.close(); }); - test('should sync output', async ({ page, browser, isMobile }) => { + test.skip('should sync output', async ({ page, browser, isMobile }) => { const context2 = await browser.newContext(); const page2 = await context2.newPage();