Skip to content

Commit

Permalink
Temporarily disable flaky test (#51616)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuding committed Jun 21, 2023
1 parent a43b9ed commit 2360925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/app-dir/app-css/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2360925

Please sign in to comment.