diff --git a/level_zero/core/test/unit_tests/xe_hpc_core/test_device_xe_hpc_core.cpp b/level_zero/core/test/unit_tests/xe_hpc_core/test_device_xe_hpc_core.cpp index c2cd50d0ad..9272c5f82d 100644 --- a/level_zero/core/test/unit_tests/xe_hpc_core/test_device_xe_hpc_core.cpp +++ b/level_zero/core/test/unit_tests/xe_hpc_core/test_device_xe_hpc_core.cpp @@ -24,8 +24,6 @@ namespace L0 { namespace ult { -HWTEST_EXCLUDE_PRODUCT(AppendMemoryCopy, givenCopyOnlyCommandListAndHostPointersWhenMemoryCopyCalledThenPipeControlWithDcFlushAddedIsNotAddedAfterBlitCopy, IGFX_XE_HPC_CORE); - using DeviceTestXeHpc = Test; HWTEST2_F(DeviceTestXeHpc, WhenGettingImagePropertiesThenPropertiesAreNotSet, IsXeHpcCore) { diff --git a/level_zero/core/test/unit_tests/xe_hpg_core/dg2/test_excludes_dg2.cpp b/level_zero/core/test/unit_tests/xe_hpg_core/dg2/test_excludes_dg2.cpp index 947de841b1..38ef1c67de 100644 --- a/level_zero/core/test/unit_tests/xe_hpg_core/dg2/test_excludes_dg2.cpp +++ b/level_zero/core/test/unit_tests/xe_hpg_core/dg2/test_excludes_dg2.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Intel Corporation + * Copyright (C) 2022-2024 Intel Corporation * * SPDX-License-Identifier: MIT * @@ -7,4 +7,8 @@ #include "shared/test/common/test_macros/hw_test_base.h" -HWTEST_EXCLUDE_PRODUCT(ModuleTranslationUnitTest, givenAtLeastXeHpgCoreWhenGetInternalOptionsThenCorrectBuildOptionIsSet_IsAtLeastXeHpgCore, IGFX_DG2); \ No newline at end of file +namespace L0 { +namespace ult { +HWTEST_EXCLUDE_PRODUCT(ModuleTranslationUnitTest, givenAtLeastXeHpgCoreWhenGetInternalOptionsThenCorrectBuildOptionIsSet_IsAtLeastXeHpgCore, IGFX_DG2); +} +} // namespace L0