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