Skip to content
Snippets Groups Projects
Commit a80ea133 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

TEST: disable OverlapSaveConvolution test on Win 32bit, unstable

parent ebf329b2
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ otb_add_test(NAME bfTvConvolutionImageFilter COMMAND otbConvolutionTestDriver
if(ITK_USE_FFTWD)
if(MSVC AND (CMAKE_SIZEOF_VOID_P EQUAL "4"))
message(WARNING "Disable bfTvOverlapSaveConvolutionImageFilter")
message(WARNING "Disable OverlapSaveConvolution tests")
else()
otb_add_test(NAME bfTvOverlapSaveConvolutionImageFilter COMMAND otbConvolutionTestDriver
--compare-image ${EPSILON_7}
......@@ -56,7 +56,6 @@ otb_add_test(NAME bfTvOverlapSaveConvolutionImageFilter COMMAND otbConvolutionTe
${INPUTDATA}/QB_Suburb.png
${TEMP}/bfTvOverlapSaveConvolutionImageFilter.tif
)
endif()
otb_add_test(NAME bfTvCompareOverlapSaveAndClassicalConvolutionWithGaborFilter COMMAND otbConvolutionTestDriver
--compare-image ${EPSILON_7}
......@@ -74,6 +73,8 @@ otb_add_test(NAME bfTvCompareOverlapSaveAndClassicalConvolutionWithGaborFilter C
)
endif()
endif()
otb_add_test(NAME bfTvGaborFilterGenerator COMMAND otbConvolutionTestDriver
--compare-image ${EPSILON_7}
${BASELINE}/bfGaborFilterGeneratorTest.tif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment