From 4e00b55a919955eee8a22be6e31a8ae551589781 Mon Sep 17 00:00:00 2001 From: yanfeng xiao Date: Fri, 4 Sep 2020 15:42:13 +0800 Subject: [PATCH] Disable flaky test basic_tests/image_accessor_readsampler.cpp on level_zero --- sycl/test/basic_tests/image_accessor_readsampler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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