From 23609257185c59aa0c4a8405c3078db98c413383 Mon Sep 17 00:00:00 2001 From: Shu Ding Date: Wed, 21 Jun 2023 18:06:26 +0200 Subject: [PATCH] Temporarily disable flaky test (#51616) --- test/e2e/app-dir/app-css/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/app-dir/app-css/index.test.ts b/test/e2e/app-dir/app-css/index.test.ts index 8cdab06b71805..b41fc5028a565 100644 --- a/test/e2e/app-dir/app-css/index.test.ts +++ b/test/e2e/app-dir/app-css/index.test.ts @@ -17,7 +17,7 @@ createNextDescribe( ({ next, isNextDev: isDev }) => { describe('css support', () => { describe('server layouts', () => { - it('should support global css inside server layouts', async () => { + it.skip('should support global css inside server layouts', async () => { const browser = await next.browser('/dashboard') // Should body text in red