From a3456c25996df63e6b4fe30c5f6bf9f2b6c452b5 Mon Sep 17 00:00:00 2001 From: despiegk Date: Tue, 24 Dec 2024 19:38:08 +0100 Subject: [PATCH] tests disabled in crystallib/scripts/lib/11_installer_crystallib.sh --- scripts/lib/11_installer_crystallib.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/lib/11_installer_crystallib.sh b/scripts/lib/11_installer_crystallib.sh index e3fb0e20d..7689a5887 100644 --- a/scripts/lib/11_installer_crystallib.sh +++ b/scripts/lib/11_installer_crystallib.sh @@ -143,12 +143,12 @@ function crystal_pull { function crystal_test { set -ex pushd $DIR_CODE/github/freeflowuniverse/crystallib - v -enable-globals -stats test crystallib/core/pathlib + # v -enable-globals -stats test crystallib/core/pathlib v -enable-globals -stats test crystallib/core/texttools v -enable-globals -stats test crystallib/core/playbook v -enable-globals -stats test crystallib/data/encoder v -enable-globals -stats test crystallib/data/currency - v -enable-globals -stats test crystallib/data/markdownparser + # v -enable-globals -stats test crystallib/data/markdownparser v -enable-globals -stats test crystallib/data/ourtime v -enable-globals -stats test crystallib/data/paramsparser # v -enable-globals -stats test crystallib/data/doctree