Skip to content

Commit a846097

Browse files
committed
test: disable enzyme test
1 parent 21aab4f commit a846097

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/test_enzyme.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ true_dX = cat(ones(100), -sin.(X[2, :]), zeros(100); dims=2)'
3636

3737
@test true_dX dX
3838

39+
#! format: off
40+
@static if false
3941
# Broken test (see https://github.com/EnzymeAD/Enzyme.jl/issues/1241)
4042
function my_loss_function(tree, X, operators)
4143
# Get the outputs
@@ -68,3 +70,6 @@ d_tree = begin
6870
end
6971

7072
@test_broken get_scalar_constants(d_tree) [1.0, 0.717356]
73+
end
74+
75+
#! format: on

0 commit comments

Comments
 (0)