Skip to content

Commit f4f775e

Browse files
committed
skipping flaky test
1 parent 00a3179 commit f4f775e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/104_csx.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ describe('edge-cs', function () {
171171
});
172172

173173
it(prefix + ' fails when Startup class is missing', function () {
174-
if(process.env.EDGE_USE_CORECLR && process.platform == 'linux'){
174+
if(process.env.EDGE_USE_CORECLR && (process.platform == 'linux' || process.platform == 'darwin')) {
175175
this.skip();
176176
}
177177
assert.throws(

0 commit comments

Comments
 (0)