diff --git a/test/preconditioner/CMakeLists.txt b/test/preconditioner/CMakeLists.txt index 9d3476b43d5..b41897efaac 100644 --- a/test/preconditioner/CMakeLists.txt +++ b/test/preconditioner/CMakeLists.txt @@ -1,3 +1,3 @@ -ginkgo_create_common_test(batch_jacobi_kernels) +ginkgo_create_common_test(batch_jacobi_kernels DISABLE_EXECUTORS dpcpp) ginkgo_create_common_test(jacobi_kernels DISABLE_EXECUTORS dpcpp) ginkgo_create_common_test(isai_kernels)