Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Make sure that Atom does not get autoupdated when running main proces…
Browse files Browse the repository at this point in the history
…s tests
  • Loading branch information
rafeca committed Apr 8, 2019
1 parent 5a4cfeb commit 3f11d71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/main-process/atom-application.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 3f11d71

Please sign in to comment.