diff --git a/sycl/test-e2e/VirtualMem/vector_with_virtual_mem.cpp b/sycl/test-e2e/VirtualMem/vector_with_virtual_mem.cpp index 4d80ade89df04..35a095efcff98 100644 --- a/sycl/test-e2e/VirtualMem/vector_with_virtual_mem.cpp +++ b/sycl/test-e2e/VirtualMem/vector_with_virtual_mem.cpp @@ -1,7 +1,7 @@ // REQUIRES: aspect-usm_shared_allocations -// XFAIL: linux && gpu-intel-dg2 -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/15812 +// UNSUPPORTED: linux && gpu-intel-dg2 +// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/15812 // RUN: %{build} -o %t.out // RUN: %{run} %t.out