diff --git a/src/tests/unit/auto/auto_property_test.cpp b/src/tests/unit/auto/auto_property_test.cpp index 15071957a06..3bd849e667f 100644 --- a/src/tests/unit/auto/auto_property_test.cpp +++ b/src/tests/unit/auto/auto_property_test.cpp @@ -72,6 +72,7 @@ using LoadNetworkWithSupportedPropertyTestP = SetPropertyThroughAuto; using LoadNetworkWithUnsupportedPropertyTestP = SetPropertyThroughAuto; TEST(SetPropertyOverwriteTest, smoke_AUTO_SetPropertyOverwriteTestNoThrow) { + GTEST_SKIP() << "Disabled test due to blocking." << std::endl; ov::Core ie; int32_t curValue = -1; auto actualNetwork = ngraph::builder::subgraph::makeSplitConvConcat(); @@ -83,6 +84,7 @@ TEST(SetPropertyOverwriteTest, smoke_AUTO_SetPropertyOverwriteTestNoThrow) { } TEST(SetPropertyOverwriteTest, smoke_MULTI_SetPropertyOverwriteTestNoThrow) { + GTEST_SKIP() << "Disabled test due to blocking." << std::endl; ov::Core ie; int32_t curValue = -1; auto actualNetwork = ngraph::builder::subgraph::makeSplitConvConcat();