diff --git a/sycl/test-e2e/USM/memops2d/memcpy2d_shared_to_dhost.cpp b/sycl/test-e2e/USM/memops2d/memcpy2d_shared_to_dhost.cpp index 92ea726c74d1c..6d9cb8e773b40 100644 --- a/sycl/test-e2e/USM/memops2d/memcpy2d_shared_to_dhost.cpp +++ b/sycl/test-e2e/USM/memops2d/memcpy2d_shared_to_dhost.cpp @@ -10,6 +10,9 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out +// https://github.com/intel/llvm/issues/15648 +// XFAIL: gpu-intel-dg2 && linux + // Temporarily disabled until the failure is addressed. // UNSUPPORTED: (level_zero && windows)