Skip to content

Commit f15fa79

Browse files
test: fix odesystem tests
1 parent ec0795e commit f15fa79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/odesystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ sol2 = @test_nowarn solve(prob2, Tsit5())
10241024
@test sol1 sol2
10251025

10261026
# Requires fix in symbolics for `linear_expansion(p * x, D(y))`
1027-
@test_broken begin
1027+
@test_skip begin
10281028
@variables x(t)[1:3] y(t)
10291029
@parameters p[1:3, 1:3]
10301030
@test_nowarn @mtkbuild sys = ODESystem([D(x) ~ p * x, D(y) ~ x' * p * x], t)

0 commit comments

Comments
 (0)