From b0ff0e58b3fff8c97c4ef2d366ddeb5c796336de Mon Sep 17 00:00:00 2001 From: t-bltg <13423344+t-bltg@users.noreply.github.com> Date: Sun, 11 Jul 2021 21:43:39 +0200 Subject: [PATCH] InspectDR: Skip more unsupported examples --- src/examples.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples.jl b/src/examples.jl index f8c015b7..dc071e8b 100644 --- a/src/examples.jl +++ b/src/examples.jl @@ -1241,7 +1241,7 @@ _backend_skips = Dict( 49, # polar heatmap 51, # image with custom axes ], - :inspectdr => [6, 10, 22, 28, 38, 43, 45, 47, 49, 50, 51, 55], + :inspectdr => [4, 6, 10, 22, 24, 28, 30, 38, 43, 45, 47, 48, 49, 50, 51, 55], :unicodeplots => [6, 10, 22, 24, 28, 38, 43, 45, 47, 49, 50, 51, 55], )