Skip to content

Commit

Permalink
Mark a test as no longer broken
Browse files Browse the repository at this point in the history
  • Loading branch information
mhauru committed Dec 5, 2024
1 parent 405bb7e commit baf01e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/Distributions/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ _pdmat(A) = PDMat(_sym(A) + 5I)
TestCase(
x -> logpdf(reshape(product_distribution([Normal(), Uniform()]), 1, 2), x),
[2.1 0.7];
name="reshape", broken=Forward
name="reshape"
),
# TODO Broken test, see https://github.com/EnzymeAD/Enzyme.jl/issues/1820
TestCase(
Expand Down

0 comments on commit baf01e5

Please sign in to comment.