Skip to content

Commit 34c6c80

Browse files
committed
don't run Latexify tests
1 parent 4a89cba commit 34c6c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ using SafeTestsets
2929

3030
# Miscellaneous tests
3131
#@time @safetestset "Basic Plotting" begin include("plotting.jl") end
32-
@time @safetestset "Latexify" begin include("latexify.jl") end
32+
#@time @safetestset "Latexify" begin include("latexify.jl") end
3333

3434
# the following can't really be run until there is an artifact for Graphviz
3535
#@time @safetestset "Graphs" begin include("graphs.jl") end

0 commit comments

Comments
 (0)