Skip to content

Commit 2c613bb

Browse files
authored
[SYCL] Disable scheduler unit tests on Windows (#20939)
Seeing sporadic fails. Ex: https://github.com/intel/llvm/actions/runs/20344544188/job/58453108306 Signed-off-by: Nick Sarnie <nick.sarnie@intel.com>
1 parent a12ac16 commit 2c613bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sycl/unittests/scheduler/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
if(WIN32)
2+
# https://github.com/intel/llvm/issues/15049
3+
return()
4+
endif()
15
add_sycl_unittest(SchedulerTests OBJECT
26
BlockedCommands.cpp
37
Commands.cpp

0 commit comments

Comments
 (0)