From 12e5aa3897ef0862fcadc2f751e8dbcf1674b48c Mon Sep 17 00:00:00 2001
From: Nick Draper <nick.draper@stfc.ac.uk>
Date: Mon, 6 Jul 2015 13:06:22 +0100
Subject: [PATCH] Disable version checking during system tests

re #12064
---
 .../Testing/SystemTests/lib/systemtests/stresstesting.py       | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Code/Mantid/Testing/SystemTests/lib/systemtests/stresstesting.py b/Code/Mantid/Testing/SystemTests/lib/systemtests/stresstesting.py
index cfc73916b61..a67e9538a86 100644
--- a/Code/Mantid/Testing/SystemTests/lib/systemtests/stresstesting.py
+++ b/Code/Mantid/Testing/SystemTests/lib/systemtests/stresstesting.py
@@ -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"
-- 
GitLab