Skip to content

Commit f975c7e

Browse files
committed
Debug test in Node 23
1 parent 3933487 commit f975c7e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/socket-cdxgen.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ describe('Socket cdxgen command', async () => {
3131
it(
3232
'should forwards known commands to cdxgen',
3333
{
34-
skip: process.platform === 'win32',
34+
skip:
35+
process.platform === 'win32' &&
36+
process.version.slice(1).split('.')[0] !== '23',
3537
// Takes ~10s in CI
3638
timeout: 20_000
3739
},

0 commit comments

Comments
 (0)