From 53f9f7e2449e8e6b3c1e0367edcb47a77875c1a0 Mon Sep 17 00:00:00 2001 From: Takafumi Arakaki Date: Tue, 14 Sep 2021 00:36:30 -0400 Subject: [PATCH] Skip test_dict.jl --- test/runtests.jl | 1 + 1 file changed, 1 insertion(+) 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