Skip to content

Commit a7d0b7b

Browse files
authored
[Confromance, API2] Remove CPU from heteroDeviceName (#14631)
1 parent 1a4117b commit a7d0b7b

File tree

1 file changed

+1
-1
lines changed
  • src/tests/functional/plugin/shared/include/behavior/ov_executable_network

1 file changed

+1
-1
lines changed

src/tests/functional/plugin/shared/include/behavior/ov_executable_network/get_metric.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ TEST_P(OVClassHeteroExecutableNetworkGetMetricTest_TARGET_FALLBACK, GetMetricNoT
340340

341341
std::string targets;
342342
OV_ASSERT_NO_THROW(targets = compiled_model.get_property(ov::device::priorities));
343-
auto expectedTargets = target_device + "," + CommonTestUtils::DEVICE_CPU;
343+
auto expectedTargets = target_device;
344344

345345
std::cout << "Compiled model fallback targets: " << targets << std::endl;
346346
ASSERT_EQ(expectedTargets, targets);

0 commit comments

Comments
 (0)