From f4a1275ee257ae5bf7c9f827506e21f91fdc4f12 Mon Sep 17 00:00:00 2001 From: KornevNikita Date: Wed, 31 Jul 2024 02:19:43 -0700 Subject: [PATCH] [SYCL] Turn off host_task2_multiple_roots.cpp --- sycl/test-e2e/Graph/Explicit/host_task2_multiple_roots.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sycl/test-e2e/Graph/Explicit/host_task2_multiple_roots.cpp b/sycl/test-e2e/Graph/Explicit/host_task2_multiple_roots.cpp index 57bac9fd2def3..b4cb1a126dad6 100644 --- a/sycl/test-e2e/Graph/Explicit/host_task2_multiple_roots.cpp +++ b/sycl/test-e2e/Graph/Explicit/host_task2_multiple_roots.cpp @@ -15,6 +15,10 @@ // https://github.com/intel/llvm/issues/11852 // UNSUPPORTED: windows +// Failed in Nightly on Linux +// https://github.com/intel/llvm/issues/14852 +// UNSUPPORTED: linux + #define GRAPH_E2E_EXPLICIT #include "../Inputs/host_task2_multiple_roots.cpp"