Enable segfaulting getAvailableDevices, ExecGraphSerializationTest.ExecutionGraph_CPU...
authorAlexander Perepelkin <alexander.perepelkin@intel.com>
Fri, 13 Nov 2020 16:17:27 +0000 (19:17 +0300)
committerGitHub <noreply@github.com>
Fri, 13 Nov 2020 16:17:27 +0000 (19:17 +0300)
inference-engine/ie_bridges/c/tests/ie_c_api_test.cpp
inference-engine/tests/functional/inference_engine/ir_serialization/exec_graph.cpp

index 917d717..561ede3 100644 (file)
@@ -136,7 +136,7 @@ TEST(ie_core_create, coreCreateNoConfig) {
     ie_core_free(&core);
 }
 
-TEST(ie_core_get_available_devices, DISABLED_getAvailableDevices) {
+TEST(ie_core_get_available_devices, getAvailableDevices) {
     ie_core_t *core = nullptr;
     IE_ASSERT_OK(ie_core_create("", &core));
 
index 6804ff1..4f5f253 100644 (file)
@@ -109,7 +109,7 @@ protected:
     }
 };
 
-TEST_F(ExecGraphSerializationTest, DISABLED_ExecutionGraph_CPU) {
+TEST_F(ExecGraphSerializationTest, ExecutionGraph_CPU) {
     const std::string source_model =
         IR_SERIALIZATION_MODELS_PATH "addmul_abc.xml";
     const std::string expected_model =