From 2025723a7172c831c6533040c932726b9ad24287 Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Wed, 8 Oct 2025 08:40:49 -0700 Subject: [PATCH] [SYCL][E2E] Enable image_write.cpp in preview mode, disable normally Signed-off-by: Sarnie, Nick --- sycl/test-e2e/Basic/image/image_write.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/test-e2e/Basic/image/image_write.cpp b/sycl/test-e2e/Basic/image/image_write.cpp index 95574ca6d391a..10341677ead91 100644 --- a/sycl/test-e2e/Basic/image/image_write.cpp +++ b/sycl/test-e2e/Basic/image/image_write.cpp @@ -1,5 +1,5 @@ // REQUIRES: aspect-ext_intel_legacy_image -// XFAIL: linux && arch-intel_gpu_bmg_g21 && preview-mode +// XFAIL: linux && arch-intel_gpu_bmg_g21 // XFAIL-TRACKER: https://github.com/intel/llvm/issues/20224 // RUN: %{build} -o %t.out // RUN: %{run} %t.out