diff --git a/Testing/Code/ApplicationEngine/CMakeLists.txt b/Testing/Code/ApplicationEngine/CMakeLists.txt
index 3c514c85a19c0c0b5a6edcc34691f3f1a875fd03..503d36c00c27b1ccc4ef89684f94d1cd884a5cc7 100644
--- a/Testing/Code/ApplicationEngine/CMakeLists.txt
+++ b/Testing/Code/ApplicationEngine/CMakeLists.txt
@@ -109,21 +109,6 @@ add_test(owTvOutputImageParameter ${OTB_WRAPPER_TESTS}
     "my description"
   )
 
-# Output image list parameter class test
-add_test(owTuOutputImageListParameter ${OTB_WRAPPER_TESTS}
-    otbWrapperOutputImageListParameterNew
-  )
-
-add_test(owTvOutputImageListParameter ${OTB_WRAPPER_TESTS}
-    otbWrapperOutputImageListParameterTest1
-    ${INPUTDATA}/poupees_c1.hdr
-    ${INPUTDATA}/poupees.tif
-    ${TEMP}/owTvOutputImageListParameter1.tif
-    ${TEMP}/owTvOutputImageListParameter2.tif
-    "mykey"
-    "my description"
-  )
-
 # Application class test
 add_test(owTuApplication ${OTB_WRAPPER_TESTS}
 	otbWrapperApplicationNew