Skip to content

Commit b9eb52c

Browse files
committed
test: skip dev-production / build-development tests on oxc
1 parent 05c0c68 commit b9eb52c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/plugin-rsc/e2e/starter.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import {
88
} from './helper'
99
import path from 'node:path'
1010
import fs from 'node:fs'
11+
import * as vite from 'vite'
1112

1213
test.describe('dev-default', () => {
1314
const f = useFixture({ root: 'examples/starter', mode: 'dev' })
@@ -44,6 +45,8 @@ test.describe('build-no-ssr', () => {
4445
})
4546

4647
test.describe('dev-production', () => {
48+
test.skip('rolldownVersion' in vite)
49+
4750
const f = useFixture({
4851
root: 'examples/starter',
4952
mode: 'dev',
@@ -62,6 +65,8 @@ test.describe('dev-production', () => {
6265
})
6366

6467
test.describe('build-development', () => {
68+
test.skip('rolldownVersion' in vite)
69+
6570
const f = useFixture({
6671
root: 'examples/starter',
6772
mode: 'build',

0 commit comments

Comments
 (0)