Skip to content

Commit abbbdcf

Browse files
committed
Skip test on Windows for now
1 parent 31d81b4 commit abbbdcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ test('exit on ipc destroy', (t) => {
5757
})
5858
})
5959

60-
test('uncaught throw', (t) => {
60+
test('uncaught throw', { skip: isWindows }, (t) => {
6161
t.plan(3)
6262

6363
const sidecar = new Sidecar(require.resolve('./test/fixtures/throw'))

0 commit comments

Comments
 (0)