Skip to content

Commit

Permalink
Disable more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Nov 6, 2024
1 parent d3eafb2 commit 5729b55
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/ad/flows.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
@testset "PlanarLayer" begin
if v"1.11" <= VERSION < v"1.12"
broken = (:EnzymeForwardCrash,)
broken1 = (:EnzymeReverseCrash,)
broken2 = (:EnzymeForwardCrash, :EnzymeReverseCrash)
else
broken = ()
broken1 = ()
broken2 = ()
end

# logpdf of a flow with a planar layer and two-dimensional inputs
Expand Down

0 comments on commit 5729b55

Please sign in to comment.