From 3b8d9c568c731e909e735a83cb0ec3a83611ee9d Mon Sep 17 00:00:00 2001 From: Nadezhda Ageeva Date: Thu, 23 Mar 2023 16:09:13 +0400 Subject: [PATCH] Allow skip LoadNetworkToDefaultDeviceNoThrow tests (#16507) --- .../plugin/shared/include/behavior/plugin/core_integration.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/functional/plugin/shared/include/behavior/plugin/core_integration.hpp b/src/tests/functional/plugin/shared/include/behavior/plugin/core_integration.hpp index a519fc11e3f..5a2bce5b9b6 100644 --- a/src/tests/functional/plugin/shared/include/behavior/plugin/core_integration.hpp +++ b/src/tests/functional/plugin/shared/include/behavior/plugin/core_integration.hpp @@ -905,6 +905,7 @@ TEST_P(IEClassQueryNetworkTest, QueryNetworkHETEROWithBigDeviceIDThrows) { // TEST(IEClassBasicTest, smoke_LoadNetworkToDefaultDeviceNoThrow) { + SKIP_IF_CURRENT_TEST_IS_DISABLED() InferenceEngine::CNNNetwork actualCnnNetwork; std::shared_ptr actualNetwork = ngraph::builder::subgraph::makeSplitConvConcat(); ASSERT_NO_THROW(actualCnnNetwork = InferenceEngine::CNNNetwork(actualNetwork));