Skip to content

Commit 34a47ba

Browse files
committed
Disable failing 1.12 Mooncake test
1 parent accbe80 commit 34a47ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/ad.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,10 @@ end
212212
# This testset ensures that samplers or optimisers don't accidentally
213213
# override the AD backend set in it.
214214
@testset "adtype=$adtype" for adtype in ADTYPES
215+
# Mooncake fails on 1.12 due to a missing rrule
216+
if VERSION >= v"1.12-" && adtype isa AutoMooncake
217+
continue
218+
end
215219
seed = 123
216220
alg = HMC(0.1, 10; adtype=adtype)
217221
m = DynamicPPL.contextualize(

0 commit comments

Comments
 (0)