diff --git a/Code/Mantid/Framework/Algorithms/test/SofQWTest.h b/Code/Mantid/Framework/Algorithms/test/SofQWTest.h
index 508dcf0ba7054418c566b471df87ec9c6c5c4158..3dc9b2f0e5fcda97114e7479cd7e2517d2356e01 100644
--- a/Code/Mantid/Framework/Algorithms/test/SofQWTest.h
+++ b/Code/Mantid/Framework/Algorithms/test/SofQWTest.h
@@ -104,7 +104,7 @@ public:
     TS_ASSERT_DELTA( result->readE(5)[1025], 0.02148236, delta);
   }
 
-  void xtestExecUsingDifferentMethodChoosesDifferentAlgorithm()
+  void testExecUsingDifferentMethodChoosesDifferentAlgorithm()
   {
     auto result = SofQWTest::runSQW<Mantid::Algorithms::SofQW>("Polygon");