diff --git a/Testing/Applications/CMakeLists.txt b/Testing/Applications/CMakeLists.txt
index ebdf1128454aa4869ebe40f2161ff7186111eef3..1517300c8a6779470440c268f5a5c405ade29567 100644
--- a/Testing/Applications/CMakeLists.txt
+++ b/Testing/Applications/CMakeLists.txt
@@ -2,26 +2,3 @@ set(INPUTDATA ${OTB_DATA_ROOT}/Input)
 set(TEMP ${OTB_BINARY_DIR}/Testing/Temporary)
 
 add_subdirectory(Util)
-
-add_test(NAME exTvRescaleTest
-         COMMAND otbApplicationLauncherCommandLine
-                 Rescale
-                 --modulePath $<TARGET_FILE_DIR:otbapp_Rescale>
-                 --in ${INPUTDATA}/poupees.tif
-                 --out ${TEMP}/owTvRescaleTest.tif
-                 --outmin 20
-                 --outmax 150 )
-
-add_test(NAME exTvSmoothingTest
-         COMMAND otbApplicationLauncherCommandLine
-                 Smoothing
-                 --modulePath $<TARGET_FILE_DIR:otbapp_Smoothing>
-                 --in ${INPUTDATA}/poupees.tif
-                 --out ${TEMP}/owTvSmoothingTest2.tif
-                 --type mean)
-
-add_test(NAME exTvReadImageInfoTest
-         COMMAND otbApplicationLauncherCommandLine
-                 ReadImageInfo
-                 --modulePath $<TARGET_FILE_DIR:otbapp_ReadImageInfo>
-                 --in ${INPUTDATA}/poupees.tif )