Skip to content

Commit

Permalink
Fix @test_broken problem
Browse files Browse the repository at this point in the history
  • Loading branch information
simsurace committed Jan 10, 2024
1 parent a6ac51b commit 40ea62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gp/lti_sde.jl
Expand Up @@ -226,7 +226,7 @@ println("lti_sde:")

# Just need to ensure we can differentiate through construction properly.
if isnothing(kernel.to_vec_grad)
@test_broken "Gradient tests are not passing"
@test_broken false # "Gradient tests are not passing"
continue
elseif kernel.to_vec_grad
test_zygote_grad_finite_differences_compatible(
Expand Down

0 comments on commit 40ea62e

Please sign in to comment.