Skip to content

Commit 6f56842

Browse files
committed
test libs: unwoot, disable cljs tests for zprint
See planck-repl/planck#1088
1 parent 1d349d0 commit 6f56842

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

script/test_libs.clj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@
407407
:test-cmds ["lein test"]}
408408
{:name "zprint"
409409
:version "1.2.3"
410+
:note "planck cljs tests disabled for now: https://github.com/planck-repl/planck/issues/1088"
410411
:platforms [:clj :cljs]
411412
:github-release {:repo "kkinnear/zprint"}
412413
:patch-fn zprint-patch
@@ -417,7 +418,8 @@
417418
(status/line :detail "=> Deps Clojurescript run:")
418419
(cli-deps-tree lib))
419420
:test-cmds ["lein with-profile expectations test"
420-
"clojure -M:cljs-runner"]}])
421+
;; disable zprint cljs tests for now, see https://github.com/planck-repl/planck/issues/1088
422+
#_"clojure -M:cljs-runner"]}])
421423

422424
(defn- header [text]
423425
(let [dashes (apply str (repeat 80 "-"))]

0 commit comments

Comments
 (0)