mirror of
https://github.com/atom/atom.git
synced 2026-01-26 07:19:06 -05:00
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:
@@ -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