From e8f2249d8e7e075c495cf6c50179616bf381a79d Mon Sep 17 00:00:00 2001 From: Irina Efode Date: Fri, 15 Oct 2021 14:05:39 +0300 Subject: [PATCH] Fix master branch and resolve conflicted PRS (#8039) --- .../behavior/infer_request/inference_chaining.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/template_plugin/tests/functional/shared_tests_instances/behavior/infer_request/inference_chaining.cpp b/docs/template_plugin/tests/functional/shared_tests_instances/behavior/infer_request/inference_chaining.cpp index 42560554935..00e6da05b86 100644 --- a/docs/template_plugin/tests/functional/shared_tests_instances/behavior/infer_request/inference_chaining.cpp +++ b/docs/template_plugin/tests/functional/shared_tests_instances/behavior/infer_request/inference_chaining.cpp @@ -24,7 +24,6 @@ INSTANTIATE_TEST_SUITE_P(smoke_BehaviorTests, OVInferenceChaining, INSTANTIATE_TEST_SUITE_P(smoke_Hetero_BehaviorTests, OVInferenceChaining, ::testing::Combine( - ::testing::Values(ov::element::f32), ::testing::Values(CommonTestUtils::DEVICE_HETERO), ::testing::ValuesIn(HeteroConfigs)), OVInferenceChaining::getTestCaseName);