From 56b87cb83c2bd76c47b0e21e8554ed0e34411d61 Mon Sep 17 00:00:00 2001 From: Samuel Isaacson Date: Wed, 5 Aug 2020 09:44:05 -0400 Subject: [PATCH] disable graph tests due to needing Graphviz executable --- test/runtests.jl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 9c2fab8af9..eb699008dd 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -30,6 +30,8 @@ using SafeTestsets # Miscellaneous tests #@time @safetestset "Basic Plotting" begin include("plotting.jl") end @time @safetestset "Latexify" begin include("latexify.jl") end -@time @safetestset "Graphs" begin include("graphs.jl") end + +# the following can't really be run until there is an artifact for Graphviz +#@time @safetestset "Graphs" begin include("graphs.jl") end end # @time