Skip to content

Commit 0762ab0

Browse files
committed
test: disable network-imports test
1 parent bb2f8bb commit 0762ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/ssr-html/__tests__/ssr-html.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ describe.runIf(isServe)('stacktrace', () => {
106106
})
107107
})
108108

109-
describe.runIf(isServe)('network-imports', () => {
109+
describe.runIf(isServe).skip('network-imports', () => {
110110
test('with Vite SSR', async () => {
111111
await execFileAsync(
112112
'node',

0 commit comments

Comments
 (0)