diff --git a/sycl/test/basic_tests/image_accessor_readsampler.cpp b/sycl/test/basic_tests/image_accessor_readsampler.cpp index a15e55f2087cd..5c8a4247b7cbc 100644 --- a/sycl/test/basic_tests/image_accessor_readsampler.cpp +++ b/sycl/test/basic_tests/image_accessor_readsampler.cpp @@ -1,4 +1,4 @@ -// UNSUPPORTED: cuda +// UNSUPPORTED: cuda, level_zero // CUDA cannot support SYCL 1.2.1 images. // // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out