Description: Disable template tests since they only check available templates
 and whether they pass depends on the configuration. 
Author: Gert Wollny <gewo@debian.org>
--- a/Wrapping/Generators/Python/Tests/CMakeLists.txt
+++ b/Wrapping/Generators/Python/Tests/CMakeLists.txt
@@ -29,7 +29,7 @@
 if(ITK_WRAP_unsigned_char AND WRAP_2)
   itk_python_add_test(NAME PythonTypemaps COMMAND typemaps.py)
 
-  itk_python_add_test(NAME PythonTemplate COMMAND template.py)
+#  itk_python_add_test(NAME PythonTemplate COMMAND template.py)
 
   itk_python_add_test(NAME PythonModifiedTime COMMAND ModifiedTime.py)
 
