remove useless code

This commit is contained in:
panhaiqi 2023-10-18 18:17:55 +08:00
parent 2afd673cff
commit b3dd0ffaab
2 changed files with 1 additions and 3 deletions

View File

@ -16,7 +16,7 @@ using namespace ov::test::conformance;
INSTANTIATE_TEST_SUITE_P(
ov_compiled_model_mandatory, OVClassCompiledModelGetPropertyTest,
::testing::ValuesIn(return_batch_combination()));
::testing::ValuesIn(return_all_possible_device_combination()));
//
// Executable Network GetConfig / SetConfig

View File

@ -8,8 +8,6 @@
#include "openvino/runtime/properties.hpp"
#include <locale.h>
namespace ov {
namespace test {
namespace behavior {