diff --git a/sycl/test-e2e/GroupAlgorithm/root_group.cpp b/sycl/test-e2e/GroupAlgorithm/root_group.cpp index 3dae6f21ce4b4..94c594542b3cf 100644 --- a/sycl/test-e2e/GroupAlgorithm/root_group.cpp +++ b/sycl/test-e2e/GroupAlgorithm/root_group.cpp @@ -1,5 +1,5 @@ -// Fails with opencl and level_zero, enable when fixed. -// XFAIL: opencl || level_zero +// Fails with opencl and level_zero on linux, enable when fixed. +// XFAIL: opencl || (linux && level_zero) // RUN: %{build} -I . -o %t.out // RUN: %{run} %t.out