Skip to content

Commit 56bc072

Browse files
committed
chore: skip warmup tests for now
1 parent 573c414 commit 56bc072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixtures/basic/__runtime__/warmup.nuxt.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { renderSSRHead } from '@unhead/ssr'
33
import { createHeadCore } from '@unhead/vue'
44
import { useScript } from '#imports'
55

6-
describe('script warmup', () => {
6+
describe.skipIf(process.env.CI)('script warmup', () => {
77
it('default', async () => {
88
const head = createHeadCore()
99
const script = useScript({

0 commit comments

Comments
 (0)