Merge pull request #19116 from atom/test-build

Make sure that Atom does not get autoupdated when running main process tests
This commit is contained in:
Rafael Oleza
2019-04-08 16:01:30 +02:00
committed by GitHub

View File

@@ -992,6 +992,10 @@ describe('AtomApplication', function () {
params
)
)
// Make sure that the app does not get updated automatically.
atomApplication.config.set('core.automaticallyUpdate', false)
atomApplicationsToDestroy.push(atomApplication)
return atomApplication
}