diff --git a/sycl/test-e2e/InorderQueue/in_order_usm_host_dependency.cpp b/sycl/test-e2e/InorderQueue/in_order_usm_host_dependency.cpp index e8d07332a3c5d..657d06a947ffc 100644 --- a/sycl/test-e2e/InorderQueue/in_order_usm_host_dependency.cpp +++ b/sycl/test-e2e/InorderQueue/in_order_usm_host_dependency.cpp @@ -1,6 +1,9 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out +// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21 +// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/21025 + // Test checks that dependency chain between commands is preserved for in-order // queue in the case when usm commands and host tasks are interleaved.