Skip to content

Commit

Permalink
disable tests for pdf and png
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsas committed May 25, 2021
1 parent d2549b5 commit 37eb622
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/graphs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ gr = Graph(rn)
# check can save a graph
fname = Base.Filesystem.tempname()
savegraph(gr, "$fname.svg", "svg")
savegraph(gr, "$fname.pdf", "pdf")
savegraph(gr, "$fname.png", "png")

# this are broken in the jll, see
# https://github.com/JuliaPackaging/Yggdrasil/issues/1428
# savegraph(gr, "$fname.pdf", "pdf")
# savegraph(gr, "$fname.png", "png")

0 comments on commit 37eb622

Please sign in to comment.