From 4bab8e2ba68ccfec23be04bd557b3cf944730fb2 Mon Sep 17 00:00:00 2001 From: "Efode, Irina" Date: Tue, 26 Oct 2021 11:34:54 +0300 Subject: [PATCH] skip gpu --- .../plugin/gpu/shared_tests_instances/skip_tests_config.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/inference-engine/tests/functional/plugin/gpu/shared_tests_instances/skip_tests_config.cpp b/inference-engine/tests/functional/plugin/gpu/shared_tests_instances/skip_tests_config.cpp index 00be8e575f5..ac3f5533714 100644 --- a/inference-engine/tests/functional/plugin/gpu/shared_tests_instances/skip_tests_config.cpp +++ b/inference-engine/tests/functional/plugin/gpu/shared_tests_instances/skip_tests_config.cpp @@ -86,10 +86,12 @@ std::vector disabledTestPatterns() { R"(.*EltwiseLayerTest.*OpType=Pow.*NetType=i64.*)", // TODO: Issue 67910 R"(.*smoke_PrePostProcess_GPU.*two_inputs_trivial.*)", - // TODO: CVS-68525 + // TODO: 68525 R"(.*CanSetInBlobWithDifferentPrecision/netPRC=(I4|U4).*)", R"(.*CanSetInBlobWithDifferentPrecision/netPRC=BIN.*)", R"(.*CanSetOutBlobWithDifferentPrecision/netPRC=(I4|U4).*)", R"(.*CanSetOutBlobWithDifferentPrecision/netPRC=BIN.*)", + // TODO: Issue: 67486 + R"(.*(EltwiseLayerTest|SoftMaxLayerTest).*)", }; }