test: skip bundle size test in ecosystem-ci suites

This commit is contained in:
Daniel Roe 2023-03-31 10:06:26 +01:00
parent 99ac1d5976
commit 434e2013e4

View File

@ -6,7 +6,7 @@ import { globby } from 'globby'
import { join } from 'pathe'
import { isWindows } from 'std-env'
describe.skipIf(isWindows)('minimal nuxt application', () => {
describe.skipIf(isWindows || process.env.ECOSYSTEM_CI)('minimal nuxt application', () => {
const rootDir = fileURLToPath(new URL('./fixtures/minimal', import.meta.url))
const publicDir = join(rootDir, '.output/public')
const serverDir = join(rootDir, '.output/server')