diff --git a/sycl/test-e2e/ESIMD/hardware_dispatch.cpp b/sycl/test-e2e/ESIMD/hardware_dispatch.cpp index d1d91f871c8d7..1cdf9c04976ff 100644 --- a/sycl/test-e2e/ESIMD/hardware_dispatch.cpp +++ b/sycl/test-e2e/ESIMD/hardware_dispatch.cpp @@ -7,10 +7,12 @@ //===----------------------------------------------------------------------===// // UNSUPPORTED: esimd_emulator // RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_bdw %s -o %t.out -// RUN: %t.out -// TODO: remove XFAIL when the fix in GPU RT is pulled into CI -// XFAIL: * -// This is basic test to test hardware dispatch functionality with ESIMD. +// RUN: %{run} %t.out + +// TODO: Enable the test when GPU RT is updated. +// XFAIL: windows + +// This is basic test for hardware dispatch functionality with ESIMD. #include #include