mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Make sure that Atom does not get autoupdated when running main process tests
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user