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));