Skip to content

Commit

Permalink
Disable version checking during system tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDraper committed Jul 6, 2015
1 parent e314642 commit 12e5aa3
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -999,6 +999,9 @@ def config(self):

# Do not update instrument definitions
config['UpdateInstrumentDefinitions.OnStartup'] = "0"

# Do not perform a version check
config['CheckMantidVersion.OnStartup'] = "0"

# Disable usage reports
config['usagereports.enabled'] = "0"
Expand Down

0 comments on commit 12e5aa3

Please sign in to comment.