diff --git a/example/ogre-simulator/CMakeLists.txt b/example/ogre-simulator/CMakeLists.txt index 8f327adbde..5c5d7434a3 100644 --- a/example/ogre-simulator/CMakeLists.txt +++ b/example/ogre-simulator/CMakeLists.txt @@ -57,8 +57,4 @@ foreach(cpp ${example_cpp}) endif() endforeach() -# Add test only if dataset found for isolated build -visp_find_dataset(DATASET_FOUND) -if(DATASET_FOUND) -visp_add_test(AROgreBasic AROgreBasic ${OPTION_TO_DESACTIVE_DISPLAY} -c) -endif() +# AROgreBasic cannot be used as unit test because requires a valid X11 context