Skip to content

Commit 734619e

Browse files
committed
fix: disable unix socket test for windows
1 parent 691085e commit 734619e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/h2c-client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ test('Should reject request if not h2c supported', async t => {
104104
)
105105
})
106106

107-
test('Connect to h2c server over a unix domain socket', async t => {
107+
test('Connect to h2c server over a unix domain socket', { skip: process.platform === 'win32' }, async t => {
108108
const planner = tspl(t, { plan: 6 })
109109
const { mkdtemp, rm } = require('node:fs/promises')
110110
const { join } = require('node:path')

0 commit comments

Comments
 (0)