[LyX/master] ctests: comment out the new XHTML validate tests
Scott Kostyshak
skostysh at lyx.org
Fri Jan 27 01:42:36 UTC 2023
commit 168af93020f7f1ab65ecb1dfdf706be0bf10f2aa
Author: Scott Kostyshak <skostysh at lyx.org>
Date: Thu Jan 26 21:40:23 2023 -0500
ctests: comment out the new XHTML validate tests
These new checks found issues that are difficult to fix.
---
development/autotests/export.cmake | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/development/autotests/export.cmake b/development/autotests/export.cmake
index 85195c6..fb85a9d 100755
--- a/development/autotests/export.cmake
+++ b/development/autotests/export.cmake
@@ -342,7 +342,7 @@ else()
if (format MATCHES "docbook5")
check_docbook_jing(${result_file_name})
else()
- check_xhtml_validate(${result_file_name})
+ #check_xhtml_validate(${result_file_name})
endif()
endif()
if (XMLLINT_EXECUTABLE)
More information about the lyx-cvs
mailing list