Skip to content
Snippets Groups Projects
Commit 12e5aa38 authored by Nick Draper's avatar Nick Draper
Browse files

Disable version checking during system tests

re #12064
parent e3146427
No related branches found
No related tags found
No related merge requests found
......@@ -999,6 +999,9 @@ class MantidFrameworkConfig:
# 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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment