Skip to content

Commit 7588c64

Browse files
committed
test: mark acos and acosh tests broken on tpu
1 parent 70aa857 commit 7588c64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/ops.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -791,12 +791,12 @@ end
791791

792792
@testset "acos" begin
793793
x = Reactant.to_rarray(Float32[-1.0, 0.0, 1.0])
794-
@test acos.(Array(x)) @jit Ops.acos(x)
794+
@test acos.(Array(x)) @jit(Ops.acos(x)) broken = RunningOnTPU
795795
end
796796

797797
@testset "acosh" begin
798798
x = Reactant.to_rarray(Float32[1.0, 10.0])
799-
@test acosh.(Array(x)) @jit Ops.acosh(x)
799+
@test acosh.(Array(x)) @jit(Ops.acosh(x)) broken = RunningOnTPU
800800
end
801801

802802
@testset "asin" begin

0 commit comments

Comments
 (0)