diff --git a/spec/api-app-spec.js b/spec/api-app-spec.js index bbba81955f..cda0fbea21 100644 --- a/spec/api-app-spec.js +++ b/spec/api-app-spec.js @@ -560,8 +560,6 @@ describe('app module', function () { }) describe('getGPUFeatureStatus() API', function () { - if (process.platform !== 'darwin') return - it('returns the graphic features statuses', function () { const features = app.getGPUFeatureStatus() assert.equal(typeof features.webgl, 'string')