From 6ff02f5e25c85ee5f399ea0df043d6c001aa8ec3 Mon Sep 17 00:00:00 2001 From: yanlan song Date: Wed, 15 Mar 2023 21:58:48 +0800 Subject: [PATCH] remove invalid cases (#16234) Signed-off-by: fishbell --- .../behavior/ov_infer_request/infer_consistency.cpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/tests/functional/plugin/gpu/shared_tests_instances/behavior/ov_infer_request/infer_consistency.cpp b/src/tests/functional/plugin/gpu/shared_tests_instances/behavior/ov_infer_request/infer_consistency.cpp index 0f134cd8205233..d593bc2f8c00f8 100644 --- a/src/tests/functional/plugin/gpu/shared_tests_instances/behavior/ov_infer_request/infer_consistency.cpp +++ b/src/tests/functional/plugin/gpu/shared_tests_instances/behavior/ov_infer_request/infer_consistency.cpp @@ -49,18 +49,6 @@ auto AutoConfigs = []() { CommonTestUtils::DEVICE_GPU, {ov::hint::performance_mode(ov::hint::PerformanceMode::CUMULATIVE_THROUGHPUT)}}, {CommonTestUtils::DEVICE_CPU, {}}, - {CommonTestUtils::DEVICE_GPU, {}}}, - {{CommonTestUtils::DEVICE_AUTO + std::string(":") + CommonTestUtils::DEVICE_GPU + "," + - CommonTestUtils::DEVICE_CPU, - {ov::hint::performance_mode(ov::hint::PerformanceMode::CUMULATIVE_THROUGHPUT), - ov::intel_auto::device_bind_buffer(true)}}, - {CommonTestUtils::DEVICE_GPU, {}}, - {CommonTestUtils::DEVICE_CPU, {}}}, - {{CommonTestUtils::DEVICE_AUTO + std::string(":") + CommonTestUtils::DEVICE_CPU + "," + - CommonTestUtils::DEVICE_GPU, - {ov::hint::performance_mode(ov::hint::PerformanceMode::CUMULATIVE_THROUGHPUT), - ov::intel_auto::device_bind_buffer(true)}}, - {CommonTestUtils::DEVICE_CPU, {}}, {CommonTestUtils::DEVICE_GPU, {}}}}; };