Skip to content

Commit ce9c375

Browse files
committed
Missed a bindPath failure.
1 parent f96e42e commit ce9c375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,7 @@ test(
13611361
);
13621362
t.end();
13631363
},
1364-
{ skip: !canUseDocker() || !hasPython(2.7) }
1364+
{ skip: !canUseDocker() || !hasPython(2.7) || brokenOn('win32') }
13651365
);
13661366

13671367
test(

0 commit comments

Comments
 (0)