From 1b8f7223a88e51de6e9d115b3cf2203feb189542 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Sun, 13 Jan 2019 13:04:26 -0500 Subject: [PATCH] ctests: ignore minted 2.2.x tests As explained by Enrico, backward compatibility is not guaranteed for these cases (and indeed currently fails): https://www.mail-archive.com/search?l=mid&q=20190113085555.GA7928%40GIOVE --- development/autotests/ignoredTests | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/development/autotests/ignoredTests b/development/autotests/ignoredTests index 4efcc08a05..2dd02cb9f7 100644 --- a/development/autotests/ignoredTests +++ b/development/autotests/ignoredTests @@ -73,6 +73,12 @@ export/.*/ja/(knitr|sweave).* # export/.*/ja/.*_(pdf[245]|dvi3).* +# export of minted documents to 2.2.x is not guaranteed to work (and currently +# fails for our two minted example files), as explained here: +# https://www.mail-archive.com/search?l=mid&q=20190113085555.GA7928%40GIOVE +export/examples/minted.*lyx22 + + # Subdocuments that are not expected to work as stand-alone documents: export/mathmacros/Spacechild[123].* export/examples/springer/svmono_(acknow|acronym|appendix|chapter|dedication|foreword|glossary|part|preface|referenc|solutions)_lyx[0-9][0-9] -- 2.39.5