Skip to content

Commit

Permalink
disable graph tests due to needing Graphviz executable
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsas committed Aug 5, 2020
1 parent ba536d3 commit 56b87cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

1 comment on commit 56b87cb

@ChrisRackauckas
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this not a binary provider artifact?

Please sign in to comment.