Skip to content

Commit 996b51a

Browse files
committed
Disable an aqua test for Julia VERSION 1.0
1 parent 691a75f commit 996b51a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

test/aqua_test.jl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ end
1515
Aqua.test_undefined_exports(PkgName)
1616
end
1717

18-
# Depending on Optim causes many ambiguity errors outside our control
19-
@testset "aqua test ambiguities" begin
20-
Aqua.test_ambiguities([PkgName, Core, Base])
18+
if VERSION >= v"1.1"
19+
# Depending on Optim causes many ambiguity errors outside our control
20+
@testset "aqua test ambiguities" begin
21+
Aqua.test_ambiguities([PkgName, Core, Base])
22+
end
2123
end
2224

2325
@testset "aqua piracy" begin

0 commit comments

Comments
 (0)