]> git.lyx.org Git - lyx.git/commitdiff
ctests: comment out the new XHTML validate tests
authorScott Kostyshak <skostysh@lyx.org>
Fri, 27 Jan 2023 02:40:23 +0000 (21:40 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Fri, 27 Jan 2023 02:42:06 +0000 (21:42 -0500)
These new checks found issues that are difficult to fix.

development/autotests/export.cmake

index 85195c67cfe4cb9a715eff0ad485e380e2d37cee..fb85a9dbee942da771dc6a148f06d7dcb3edc75b 100755 (executable)
@@ -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)