Skip to content

Commit fe93813

Browse files
Update runtests.jl
1 parent c2a387e commit fe93813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ end
4343
activate_downstream_env()
4444
@time @safetestset "DiffEqArray Indexing Tests" begin include("downstream/symbol_indexing.jl") end
4545
@time @safetestset "Event Tests with ArrayPartition" begin include("downstream/downstream_events.jl") end
46-
@time @safetestset "Measurements and Units" begin include("downstream/measurements_and_units.jl") end
46+
VERSION >= v"1.9" && @time @safetestset "Measurements and Units" begin include("downstream/measurements_and_units.jl") end
4747
@time @safetestset "TrackerExt" begin include("downstream/TrackerExt.jl") end
4848
end
4949

0 commit comments

Comments
 (0)