From b2aa57593baffb834b7f67a21b602909a3c19277 Mon Sep 17 00:00:00 2001
From: Steve Williams <stephen.williams@stfc.ac.uk>
Date: Mon, 4 Jul 2011 17:08:42 +0000
Subject: [PATCH] Remove the Performance test until I can find out what is
 wrong with it re #3305

---
 Code/Mantid/Framework/Algorithms/test/Q1D2Test.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Code/Mantid/Framework/Algorithms/test/Q1D2Test.h b/Code/Mantid/Framework/Algorithms/test/Q1D2Test.h
index 0034738e711..b0ae6cf48d5 100644
--- a/Code/Mantid/Framework/Algorithms/test/Q1D2Test.h
+++ b/Code/Mantid/Framework/Algorithms/test/Q1D2Test.h
@@ -282,7 +282,7 @@ private:
   Mantid::API::MatrixWorkspace_sptr m_inputWS, m_wavNorm, m_pixel;
   std::string m_noGrav;
 };
-
+/*
 class Q1D2TestPerformance : public CxxTest::TestSuite
 {
 public:
@@ -315,7 +315,7 @@ public:
     Q1D.execute();
 	}
 };
-
+*/
 void createInputWorkspaces(int start, int end, Mantid::API::MatrixWorkspace_sptr & input, Mantid::API::MatrixWorkspace_sptr & wave, Mantid::API::MatrixWorkspace_sptr & pixels)
 {
   std::string wsName("Q1D2Test_inputworkspace"), wavNorm("Q1D2Test_wave");
-- 
GitLab