Skip to content

Commit

Permalink
Disable test.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Aug 30, 2023
1 parent 1410f8c commit 38b97c2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test/testsuite/broadcasting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@
broadcasting(AT, eltypes)
vec3(AT, eltypes)
unknown_wrapper(AT, eltypes)

@testset "type instabilities" begin
f(x) = x ? 1.0 : 0
try
f.(AT(rand(Bool, 1)))
catch err
@test err isa ErrorException
@test contains(err.msg, "GPU broadcast resulted in non-concrete element type")
end
end
end

test_idx(idx, A::AbstractArray{T}) where T = A[idx] * T(2)
Expand Down

0 comments on commit 38b97c2

Please sign in to comment.