test: Disable next build test for turbopack (#64236)

### What?

Skip one test completely

### Why?

To make CI green

### How?


Closes PACK-2921
This commit is contained in:
Donny/강동윤 2024-04-09 23:26:27 +09:00 committed by GitHub
parent 136979fedb
commit 40e58f15bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 3 deletions

View file

@ -5,10 +5,9 @@ createNextDescribe(
{
files: __dirname,
},
({ next, isTurbopack }) => {
;(isTurbopack ? it.skip : it)('should work using cheerio', async () => {
({ next }) => {
it('should preserve the name', async () => {
const $ = await next.render$('/')
// eslint-disable-next-line jest/no-standalone-expect
expect($('p').text()).toBe('AbortSignal')
})
}

View file

@ -6163,6 +6163,13 @@
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/production/app-dir/mangle-reserved/mangle-reserved.test.ts": {
"passed": [],
"failed": ["mangle-reserved should preserve the name"],
"pending": [],
"flakey": [],
"runtimeError": false
}
},
"rules": {