diff --git a/sycl/test-e2e/Graph/Explicit/buffer_copy_target2host_offset.cpp b/sycl/test-e2e/Graph/Explicit/buffer_copy_target2host_offset.cpp index edf5c67263a74..13c1c483589a3 100644 --- a/sycl/test-e2e/Graph/Explicit/buffer_copy_target2host_offset.cpp +++ b/sycl/test-e2e/Graph/Explicit/buffer_copy_target2host_offset.cpp @@ -5,6 +5,7 @@ // // Intended - Device to host copy command not supported for OpenCL // UNSUPPORTED: opencl +// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/lit.local.cfg b/sycl/test-e2e/Graph/lit.local.cfg index 0e00b7fff2cb5..add8722e982f5 100644 --- a/sycl/test-e2e/Graph/lit.local.cfg +++ b/sycl/test-e2e/Graph/lit.local.cfg @@ -1,8 +1,6 @@ # MTL - CMPLRLLVM-68693, CMPLRTST-25611, CMPLRLLVM-68457 config.unsupported_features += ['arch-intel_gpu_mtl_h', 'arch-intel_gpu_mtl_u'] if 'windows' in config.available_features: - # https://github.com/intel/llvm/issues/17165 - config.unsupported_features += ['arch-intel_gpu_bmg_g21', 'arch-intel_gpu_bmg_g31'] # LNL - CMPLRTST-27275 config.unsupported_features += ['arch-intel_gpu_lnl_m'] # PTL - CMPLRTST-27275