Disable test ExecGraphSerializationTest.ExecutionGraph_CPU (#3097)

* Disable test ExecGraphSerializationTest.ExecutionGraph_CPU as temporary measure to avoid segfault

* Disable segfaulting getAvailableDevices
This commit is contained in:
Alexander Perepelkin 2020-11-13 02:26:55 +03:00 committed by GitHub
parent 92f977211e
commit 69a8195d56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ TEST(ie_core_create, coreCreateNoConfig) {
ie_core_free(&core);
}
TEST(ie_core_get_available_devices, getAvailableDevices) {
TEST(ie_core_get_available_devices, DISABLED_getAvailableDevices) {
ie_core_t *core = nullptr;
IE_ASSERT_OK(ie_core_create("", &core));

View File

@ -109,7 +109,7 @@ protected:
}
};
TEST_F(ExecGraphSerializationTest, ExecutionGraph_CPU) {
TEST_F(ExecGraphSerializationTest, DISABLED_ExecutionGraph_CPU) {
const std::string source_model =
IR_SERIALIZATION_MODELS_PATH "addmul_abc.xml";
const std::string expected_model =