mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Re-enable tests
This commit is contained in:
@@ -201,8 +201,7 @@ function testSuitesForPlatform (platform) {
|
||||
let suites = []
|
||||
switch (platform) {
|
||||
case 'darwin':
|
||||
// suites = [runCoreMainProcessTests, runCoreRenderProcessTests, runBenchmarkTests].concat(packageTestSuites)
|
||||
suites = [runCoreRenderProcessTests]
|
||||
suites = [runCoreMainProcessTests, runCoreRenderProcessTests, runBenchmarkTests].concat(packageTestSuites)
|
||||
break
|
||||
case 'win32':
|
||||
suites = (process.arch === 'x64') ? [runCoreMainProcessTests, runCoreRenderProcessTests] : [runCoreMainProcessTests]
|
||||
|
||||
@@ -4,7 +4,7 @@ const season = require('season')
|
||||
const temp = require('temp').track()
|
||||
const runAtom = require('./helpers/start-atom')
|
||||
|
||||
fdescribe('Smoke Test', () => {
|
||||
describe('Smoke Test', () => {
|
||||
// Fails on win32
|
||||
if (process.platform !== 'darwin') {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user