We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d503f commit 8986ffeCopy full SHA for 8986ffe
test/202_serialization.js
@@ -5,7 +5,7 @@ var prefix = process.env.EDGE_USE_CORECLR ? '[CoreCLR]' : process.platform === '
5
describe('serialization', function () {
6
7
it(prefix + ' complex exception serialization', function (done) {
8
- if (process.env.EDGE_USE_CORECLR) {
+ if (process.env.EDGE_USE_CORECLR || process.platform !== 'win32') {
9
this.skip();
10
}
11
var func = edge.func({
0 commit comments