From 9985c008deda2434ed508ced592b642d82e2d2e2 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Wed, 31 Jul 2024 19:19:57 -0400 Subject: [PATCH] Update runtests.jl --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 6ad68bf0b6..fbd85abbb0 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -54,7 +54,7 @@ using SafeTestsets, Test # @time @safetestset "Latexify" begin include("visualisation/latexify.jl") end # Disable on Macs as can't install GraphViz via jll if !Sys.isapple() - @time @safetestset "Graphs Visualisations" begin include("visualisation/graphs.jl") end + # @time @safetestset "Graphs Visualisations" begin include("visualisation/graphs.jl") end end # Tests extensions.