Skip to content

Commit 777467b

Browse files
committed
test/stencil: Disable oneAPI stencil tests
1 parent 91181ae commit 777467b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/array/stencil.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ end
169169

170170
@testset "GPU" begin
171171
for (kind, scope) in GPU_SCOPES
172+
# FIXME
173+
kind == :oneAPI && continue
172174
@testset "$kind" begin
173175
Dagger.with_options(;scope) do
174176
test_stencil()

0 commit comments

Comments
 (0)