Skip to content

Commit

Permalink
Skip ambiguity tests on Julia 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed May 15, 2020
1 parent 6ff8816 commit 115e29f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/runtests.jl
Expand Up @@ -3,6 +3,9 @@ using Test

@testset "$file" for file in sort([file for file in readdir(@__DIR__) if
match(r"^test_.*\.jl$", file) !== nothing])
# Ambiguity tests fail on Julia 1.0 as of writing.
VERSION < v"1.1" && file == "test_aqua.jl" && continue

include(file)
end

Expand Down

0 comments on commit 115e29f

Please sign in to comment.