From dc2c810692912bd4e296ad7c71cdf7004995c9cc Mon Sep 17 00:00:00 2001 From: Kamil Kopryk Date: Thu, 29 Jul 2021 22:43:15 +0000 Subject: [PATCH] Remove incorrect excludes Signed-off-by: Kamil Kopryk --- opencl/test/unit_test/xe_hp_core/excludes_xe_hp_core.cpp | 1 - 1 file changed, 1 deletion(-) 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 c252b7d330..23188fe089 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 @@ -9,4 +9,3 @@ HWTEST_EXCLUDE_PRODUCT(BufferSetSurfaceTests, givenAlignedCacheableReadOnlyBufferThenChoseOclBufferPolicy, IGFX_XE_HP_CORE); HWTEST_EXCLUDE_PRODUCT(BufferSetSurfaceTests, givenBufferSetSurfaceThatMemoryIsUnalignedToCachelineButReadOnlyThenL3CacheShouldBeStillOn, IGFX_XE_HP_CORE); -HWTEST_EXCLUDE_PRODUCT(ProfilingWithPerfCountersTests, GivenCommandQueueWithProfilingPerfCountersWhenWalkerIsDispatchedThenRegisterStoresArePresentInCS, IGFX_XE_HP_CORE);