We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a387e commit fe93813Copy full SHA for fe93813
test/runtests.jl
@@ -43,7 +43,7 @@ end
43
activate_downstream_env()
44
@time @safetestset "DiffEqArray Indexing Tests" begin include("downstream/symbol_indexing.jl") end
45
@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
+ VERSION >= v"1.9" && @time @safetestset "Measurements and Units" begin include("downstream/measurements_and_units.jl") end
47
@time @safetestset "TrackerExt" begin include("downstream/TrackerExt.jl") end
48
end
49
0 commit comments