Skip to content

Commit 6fb7f9b

Browse files
committed
Mark failing tests as broken
1 parent 4a234d6 commit 6fb7f9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/ad.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
ADTypes.AutoMooncake(; config=nothing),
2424
]
2525
# Mooncake can't currently handle something that is going on in
26-
# SimpleVarInfo{<:VarNamedVector}. Disable tests for now.
26+
# SimpleVarInfo{<:VarNamedVector}. Disable all SimpleVarInfo tests for now.
2727
if adtype isa ADTypes.AutoMooncake &&
28-
varinfo isa DynamicPPL.SimpleVarInfo{<:DynamicPPL.VarNamedVector}
28+
varinfo isa DynamicPPL.SimpleVarInfo
2929
@test_broken 1 == 0
3030
else
3131
ad_f = LogDensityProblemsAD.ADgradient(adtype, f)

0 commit comments

Comments
 (0)