diff --git a/sycl/test-e2e/syclcompat/launch/launch.cpp b/sycl/test-e2e/syclcompat/launch/launch.cpp index 04ee3e349bc63..6568c59a0cac8 100644 --- a/sycl/test-e2e/syclcompat/launch/launch.cpp +++ b/sycl/test-e2e/syclcompat/launch/launch.cpp @@ -20,7 +20,7 @@ * launch and launch with dinamyc local memory tests **************************************************************************/ // https://github.com/intel/llvm/issues/14387 -// XFAIL: gpu-intel-dg2 +// UNSUPPORTED: gpu-intel-dg2 // RUN: %clangxx -std=c++20 -fsycl -fsycl-device-code-split=per_kernel -fsycl-targets=%{sycl_triple} %s -o %t.out // RUN: %{run} %t.out