Skip to content

Commit 8986ffe

Browse files
committed
merging changes from macos branch
1 parent 61d503f commit 8986ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/202_serialization.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var prefix = process.env.EDGE_USE_CORECLR ? '[CoreCLR]' : process.platform === '
55
describe('serialization', function () {
66

77
it(prefix + ' complex exception serialization', function (done) {
8-
if (process.env.EDGE_USE_CORECLR) {
8+
if (process.env.EDGE_USE_CORECLR || process.platform !== 'win32') {
99
this.skip();
1010
}
1111
var func = edge.func({

0 commit comments

Comments
 (0)