diff --git a/test/gpu/intel.jl b/test/gpu/intel.jl index 8959af3..4299cbc 100644 --- a/test/gpu/intel.jl +++ b/test/gpu/intel.jl @@ -21,7 +21,7 @@ include("gpu.jl") end end - @testset "Block Jacobi preconditioner" begin - test_block_jacobi(oneAPIBackend(), oneArray, oneSparseMatrixCSR) - end + # @testset "Block Jacobi preconditioner" begin + # test_block_jacobi(oneAPIBackend(), oneArray, oneSparseMatrixCSR) + # end end