Skip to content

Commit fa108bb

Browse files
authored
Disable broken Reactant tests for now (#2595)
1 parent 2c89b9d commit fa108bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ext_reactant/reactant.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ end
8989
for (model, x, name) in models_xs
9090
@testset "check grad $name" begin
9191
println("testing $name with Reactant")
92-
test_gradients(model, x; loss, compare_finite_diff=false, test_reactant=true)
92+
# test_gradients(model, x; loss, compare_finite_diff=false, test_reactant=true)
9393
end
9494
end
9595
end

0 commit comments

Comments
 (0)