diff --git a/spec/main-process/atom-application.test.js b/spec/main-process/atom-application.test.js index 7180f2b2f..88603c17c 100644 --- a/spec/main-process/atom-application.test.js +++ b/spec/main-process/atom-application.test.js @@ -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 }