diff --git a/Code/Mantid/Framework/PythonAPI/test/PythonAlgorithmTest.py b/Code/Mantid/Framework/PythonAPI/test/PythonAlgorithmTest.py
index 4838187edb85f9cf2285a5e0c8ce23746a2ce60b..fced189d373a9ed57c54ff913b7b8e7fedf45786 100644
--- a/Code/Mantid/Framework/PythonAPI/test/PythonAlgorithmTest.py
+++ b/Code/Mantid/Framework/PythonAPI/test/PythonAlgorithmTest.py
@@ -33,7 +33,7 @@ class PythonAlgorithmTest(unittest.TestCase):
     def setUp(self):
         pass
         
-    def skip_test_sub_alg_wksp_transfer(self):
+    def test_sub_alg_wksp_transfer(self):
         """
             Check that we can execute a sub-algorithm and pass
             ownership of an output workspace to the parent algo.