From cfab4e35cce10d21b3655eb9277adb86b9cc14b7 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Mon, 29 Jun 2020 20:08:45 +0200 Subject: [PATCH] skip statsplots testimages --- deps/SnoopCompile/precompile_script.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/SnoopCompile/precompile_script.jl b/deps/SnoopCompile/precompile_script.jl index c5ef4434..62bd681e 100644 --- a/deps/SnoopCompile/precompile_script.jl +++ b/deps/SnoopCompile/precompile_script.jl @@ -1,4 +1,4 @@ using Plots -Plots.test_examples(:gr) +Plots.test_examples(:gr, skip = Plots._backend_skips[:gr]) Plots.test_examples(:plotly, skip = Plots._backend_skips[:plotly])