From 4f8638bc6859ca150a87e36458969386b5a08dd3 Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Tue, 26 Aug 2025 11:36:51 -0700 Subject: [PATCH] [SYCL][E2E] Temporarily disable reduction test execution Signed-off-by: Sarnie, Nick --- sycl/test-e2e/Reduction/lit.local.cfg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sycl/test-e2e/Reduction/lit.local.cfg diff --git a/sycl/test-e2e/Reduction/lit.local.cfg b/sycl/test-e2e/Reduction/lit.local.cfg new file mode 100644 index 0000000000000..6b085324f1c83 --- /dev/null +++ b/sycl/test-e2e/Reduction/lit.local.cfg @@ -0,0 +1,4 @@ +# https://github.com/intel/llvm/issues/19680 +# https://github.com/intel/llvm/issues/19767 +if 'run-mode' in config.available_features: + config.unsupported_features += ['true']