Skip to content

Commit

Permalink
Tests: disable Aqua tests before 1.9 - spurious failures
Browse files Browse the repository at this point in the history
  • Loading branch information
LebedevRI committed Sep 19, 2024
1 parent e548dc7 commit ef3d587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Aqua
)
# Tests are not reliable on older Julia versions and
# show ambiguities in loaded packages
if VERSION >= v"1.6"
if VERSION >= v"1.9"
Aqua.test_ambiguities(Distributions)
end
end

0 comments on commit ef3d587

Please sign in to comment.