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:
Rich Trott 2018-08-26 19:39:29 -07:00
parent 366ffdcf29
commit 8e189794df
3 changed files with 0 additions and 7 deletions

View File

@ -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');

View File

@ -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');

View File

@ -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');