diff --git a/opencl/test/unit_test/xe_hp_core/excludes_xe_hp_core.cpp b/opencl/test/unit_test/xe_hp_core/excludes_xe_hp_core.cpp index d74b7399d1..bc2b55a6db 100644 --- a/opencl/test/unit_test/xe_hp_core/excludes_xe_hp_core.cpp +++ b/opencl/test/unit_test/xe_hp_core/excludes_xe_hp_core.cpp @@ -10,4 +10,5 @@ HWTEST_EXCLUDE_PRODUCT(BufferSetSurfaceTests, givenAlignedCacheableReadOnlyBufferThenChoseOclBufferPolicy, IGFX_XE_HP_CORE); HWTEST_EXCLUDE_PRODUCT(BufferSetSurfaceTests, givenBufferSetSurfaceThatMemoryIsUnalignedToCachelineButReadOnlyThenL3CacheShouldBeStillOn, IGFX_XE_HP_CORE); HWTEST_EXCLUDE_PRODUCT(HwHelperTest, WhenAllowRenderCompressionIsCalledThenTrueIsReturned, IGFX_XE_HP_CORE); -HWTEST_EXCLUDE_PRODUCT(HwInfoConfigTest, givenHardwareInfoWhenCallingIsMaxThreadsForWorkgroupWARequiredThenFalseIsReturned, IGFX_XE_HP_CORE); \ No newline at end of file +HWTEST_EXCLUDE_PRODUCT(HwInfoConfigTest, givenHardwareInfoWhenCallingIsMaxThreadsForWorkgroupWARequiredThenFalseIsReturned, IGFX_XE_HP_CORE); +HWTEST_EXCLUDE_PRODUCT(HwInfoConfigTest, whenCallingGetDeviceMemoryNameThenDdrIsReturned, IGFX_XE_HP_CORE); diff --git a/opencl/test/unit_test/xe_hp_core/xehp/CMakeLists.txt b/opencl/test/unit_test/xe_hp_core/xehp/CMakeLists.txt index 9879cb80f0..69240fbdb9 100644 --- a/opencl/test/unit_test/xe_hp_core/xehp/CMakeLists.txt +++ b/opencl/test/unit_test/xe_hp_core/xehp/CMakeLists.txt @@ -8,7 +8,6 @@ if(TESTS_XE_HP_SDV) set(IGDRCL_SRCS_tests_xe_hp_core_xehp ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt ${CMAKE_CURRENT_SOURCE_DIR}/cache_flush_tests_xehp.inl - ${CMAKE_CURRENT_SOURCE_DIR}/excludes_xehp.cpp ${CMAKE_CURRENT_SOURCE_DIR}/get_device_info_xehp.inl ${CMAKE_CURRENT_SOURCE_DIR}/hw_helper_tests_xehp.inl ${CMAKE_CURRENT_SOURCE_DIR}/hw_info_tests_xehp.inl diff --git a/opencl/test/unit_test/xe_hp_core/xehp/excludes_xehp.cpp b/opencl/test/unit_test/xe_hp_core/xehp/excludes_xehp.cpp deleted file mode 100644 index 15efc82d89..0000000000 --- a/opencl/test/unit_test/xe_hp_core/xehp/excludes_xehp.cpp +++ /dev/null @@ -1,10 +0,0 @@ -/* - * Copyright (C) 2021 Intel Corporation - * - * SPDX-License-Identifier: MIT - * - */ - -#include "test.h" - -HWTEST_EXCLUDE_PRODUCT(HwInfoConfigTest, whenCallingGetDeviceMemoryNameThenDdrIsReturned, IGFX_XE_HP_SDV);