diff --git a/test/runtests.jl b/test/runtests.jl index 5d5c7d1..bb1dc0d 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -8,6 +8,7 @@ include("load.jl") @testset "$file" for file in sort([ file for file in readdir(@__DIR__) if match(r"^test_.*\.jl$", file) !== nothing ]) + file == "test_dict.jl" && continue include(file) end