Skip to content

Commit

Permalink
[SYCL] Disable PI unit tests by default (intel#10781)
Browse files Browse the repository at this point in the history
These tests are currently disabled in the CI and ended up broken.

Since we're also currently moving to the Unified Runtime we might be
able to replace most of them with the Unified Runtime CTS, or they will
also need to be ported to the Unified Runtime.

So disable them by default until we figure out a proper course of action
of these.

Related ticket: intel#10688
  • Loading branch information
npmiller authored Aug 22, 2023
1 parent f727cee commit cd3c40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/unittests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ include(AddSYCLUnitTest)
add_custom_target(check-sycl-unittests)

# TODO PI tests require real hardware and must be moved to sycl/test-e2e.
option(SYCL_PI_TESTS "Enable PI-specific unit tests" ON)
option(SYCL_PI_TESTS "Enable PI-specific unit tests" OFF)

if (SYCL_PI_TESTS)
add_subdirectory(pi)
Expand Down

0 comments on commit cd3c40f

Please sign in to comment.