diff --git a/Code/Mantid/Framework/Algorithms/test/Q1D2Test.h b/Code/Mantid/Framework/Algorithms/test/Q1D2Test.h
index 0034738e711b28a87335ffc5fe16c8a87b57d41d..b0ae6cf48d5f3370483e2a003226827bcdfd16fa 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");