diff --git a/inference-engine/tests_deprecated/unit/CMakeLists.txt b/inference-engine/tests_deprecated/unit/CMakeLists.txt index e0553be6e3b50f..834ae68712fc1b 100644 --- a/inference-engine/tests_deprecated/unit/CMakeLists.txt +++ b/inference-engine/tests_deprecated/unit/CMakeLists.txt @@ -19,6 +19,9 @@ file(GLOB inference_engine_tests/*.cpp ) +# TODO: enable back +set(ENABLE_GNA OFF) + if (ENABLE_GNA) file(GLOB GNA_TESTS diff --git a/inference-engine/tests_deprecated/unit/graph_tools/graph_copy_tests.cpp b/inference-engine/tests_deprecated/unit/graph_tools/graph_copy_tests.cpp index 3dfe1293624717..1825c13da9c011 100644 --- a/inference-engine/tests_deprecated/unit/graph_tools/graph_copy_tests.cpp +++ b/inference-engine/tests_deprecated/unit/graph_tools/graph_copy_tests.cpp @@ -13,6 +13,10 @@ #include "graph_test_base.hpp" #include +#ifdef ENABLE_GNA +# undef ENABLE_GNA +#endif + #ifdef ENABLE_GNA # include #endif