Skip to content

Commit 038d9cc

Browse files
authored
Merge pull request #257 from isaacsas/disable-latexify-checks
don't run Latexify tests
2 parents 4a89cba + 34c6c80 commit 038d9cc

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)