diff --git a/SYCL/Sampler/unnormalized-clamp-linear-float.cpp b/SYCL/Sampler/unnormalized-clamp-linear-float.cpp index f57ebc90d1..756f82bc0b 100644 --- a/SYCL/Sampler/unnormalized-clamp-linear-float.cpp +++ b/SYCL/Sampler/unnormalized-clamp-linear-float.cpp @@ -2,7 +2,9 @@ // RUN: %HOST_RUN_PLACEHOLDER %t.out %HOST_CHECK_PLACEHOLDER // RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER // RUN: %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER -// XFAIL: cuda || (level_zero && windows) +// XFAIL: cuda +// Temporary disabled (#204) +// UNSUPPORTED: level_zero && windows // CUDA works with image_channel_type::fp32, but not with any 8-bit per channel // type (such as unorm_int8)