Skip to content

Commit

Permalink
test: disable network-imports test
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Aug 7, 2024
1 parent bb2f8bb commit 0762ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/ssr-html/__tests__/ssr-html.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ describe.runIf(isServe)('stacktrace', () => {
})
})

describe.runIf(isServe)('network-imports', () => {
describe.runIf(isServe).skip('network-imports', () => {
test('with Vite SSR', async () => {
await execFileAsync(
'node',
Expand Down

0 comments on commit 0762ab0

Please sign in to comment.