From 7b84b0d75ac552d18f13a1fd0fe588664da3f2e3 Mon Sep 17 00:00:00 2001 From: vurusovs Date: Thu, 1 Feb 2024 16:47:54 +0400 Subject: [PATCH] Restore some GPU tests #2 --- .../shared/include/single_op_tests/group_normalization.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/functional/plugin/shared/include/single_op_tests/group_normalization.hpp b/src/tests/functional/plugin/shared/include/single_op_tests/group_normalization.hpp index 0f9663df0fd209..a7887c22dafebe 100644 --- a/src/tests/functional/plugin/shared/include/single_op_tests/group_normalization.hpp +++ b/src/tests/functional/plugin/shared/include/single_op_tests/group_normalization.hpp @@ -2,7 +2,7 @@ // SPDX-License-Identifier: Apache-2.0 // #pragma once -#include "shared_test_classes/single_layer/group_normalization.hpp" +#include "shared_test_classes/single_op/group_normalization.hpp" namespace ov { namespace test {