changeset 28050:04b2977952cc

legend.m: Skip BIST that only succeeds with fltk or qt (bug #39697).
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 08 Feb 2020 08:34:56 +0100
parents 9507b3cf5a86
children 087a21522aa3
files scripts/plot/appearance/legend.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/appearance/legend.m	Wed Jan 29 13:51:32 2020 +0100
+++ b/scripts/plot/appearance/legend.m	Sat Feb 08 08:34:56 2020 +0100
@@ -1938,7 +1938,7 @@
 %! end_unwind_protect
 
 ## Test bugs in previous implementation
-%!test <*39697>
+%!testif ; any (strcmp (graphics_toolkit (), {"fltk", "qt"})) <*39697>
 %! hf = figure ("visible", "off");
 %! unwind_protect
 %!   axes ("units", "normalized");