test: remove skip of OS X bug
Three tests are skipped because of Applie bug 17894467. That bug exists in OS X 10.10, but we no longer support 10.10 (and neither does Apple). Remove the test-skipping. PR-URL: https://github.com/nodejs/node/pull/22546 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
366ffdcf29
commit
8e189794df
@ -2,9 +2,6 @@
|
||||
|
||||
const common = require('../common');
|
||||
|
||||
if (common.isOSX)
|
||||
common.skip('because of 17894467 Apple bug');
|
||||
|
||||
const assert = require('assert');
|
||||
const dgram = require('dgram');
|
||||
|
||||
|
@ -21,8 +21,6 @@
|
||||
|
||||
'use strict';
|
||||
const common = require('../common');
|
||||
if (common.isOSX)
|
||||
common.skip('because of 17894467 Apple bug');
|
||||
|
||||
const assert = require('assert');
|
||||
const dgram = require('dgram');
|
||||
|
@ -1,7 +1,5 @@
|
||||
'use strict';
|
||||
const common = require('../common');
|
||||
if (common.isOSX)
|
||||
common.skip('because of 17894467 Apple bug');
|
||||
|
||||
const assert = require('assert');
|
||||
const dgram = require('dgram');
|
||||
|
Loading…
x
Reference in New Issue
Block a user