From b2c9ad294cb6213c0c8f996a97bb965df720fcd4 Mon Sep 17 00:00:00 2001
From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org>
Date: Tue, 26 May 2009 14:06:16 +0800
Subject: [PATCH] TEST: remove test that is long term bugs

---
 Testing/Fa/CMakeLists.txt | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/Testing/Fa/CMakeLists.txt b/Testing/Fa/CMakeLists.txt
index 7ebeeda088..e4fbc91669 100644
--- a/Testing/Fa/CMakeLists.txt
+++ b/Testing/Fa/CMakeLists.txt
@@ -216,11 +216,13 @@ ADD_TEST(FA-0000041-mean_shift2 ${CXX_TEST_PATH}/0000041-mean_shift
 	)
 
 # -------       Vectorization issue   -----------------------------------
-ADD_TEST(FA-0000094-fe-PolygonsVectorization ${CXX_TEST_PATH}/PolygonsVectorization
-	-in ${INPUTDATA}/objtest2.tif
-	-ot ${TEMP}/output.txt
-	-out ${TEMP}/objtest2-result.tif
-	)
+# FIXME Desactivated until http://bugs.orfeo-toolbox.org/view.php?id=94
+# has somebody working on it
+# ADD_TEST(FA-0000094-fe-PolygonsVectorization ${CXX_TEST_PATH}/PolygonsVectorization
+# 	-in ${INPUTDATA}/objtest2.tif
+# 	-ot ${TEMP}/output.txt
+# 	-out ${TEMP}/objtest2-result.tif
+# 	)
 
 
 ADD_EXECUTABLE(AlignementsQB  AlignementsQB.cxx)
-- 
GitLab