Skip to content

Commit 2fa5ba5

Browse files
committed
Skip alloc tests for Julia v1.10
1 parent 78634c5 commit 2fa5ba5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/JuMP.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,9 @@ end
314314
# is the path that actually re-runs forward+reverse, not the
315315
# `last_x == x` short-circuit).
316316
function test_neural_allocations()
317+
if VERSION < v"1.12"
318+
continue
319+
end
317320
n = 2
318321
X = [1.0 0.5; 0.3 0.8]
319322
target = [0.5 0.2; 0.1 0.7]

0 commit comments

Comments
 (0)