Skip to content

Commit

Permalink
merging changes from macos branch
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Mar 9, 2025
1 parent 61d503f commit 8986ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/202_serialization.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var prefix = process.env.EDGE_USE_CORECLR ? '[CoreCLR]' : process.platform === '
describe('serialization', function () {

it(prefix + ' complex exception serialization', function (done) {
if (process.env.EDGE_USE_CORECLR) {
if (process.env.EDGE_USE_CORECLR || process.platform !== 'win32') {
this.skip();
}
var func = edge.func({
Expand Down

0 comments on commit 8986ffe

Please sign in to comment.