diff --git a/sycl/test-e2e/Adapters/level_zero/eager_init.cpp b/sycl/test-e2e/Adapters/level_zero/eager_init.cpp index 4869bf67fb7df..02ee80299fa68 100644 --- a/sycl/test-e2e/Adapters/level_zero/eager_init.cpp +++ b/sycl/test-e2e/Adapters/level_zero/eager_init.cpp @@ -7,6 +7,9 @@ // UNSUPPORTED-INTENDED: Level Zero v2 adapter performs lazy initialization // and does not support SYCL_EAGER_INIT=1, which this test requires. +// UNSUPPORTED: windows && gpu-intel-gen12 +// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/21556 + // RUN: %{build} -Wno-error=deprecated-declarations %level_zero_options -o %t.out // RUN: env UR_L0_DEBUG=1 SYCL_EAGER_INIT=1 %{run} %t.out 2>&1 | FileCheck %s //