Skip to content

Commit 8667a0a

Browse files
committed
canary tests: temporarily disable clojure-lsp
See #174
1 parent f00a50c commit 8667a0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

script/test_libs.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,11 +310,12 @@
310310
"lein test"]}
311311
{:name "clojure-lsp"
312312
:platforms [:clj]
313+
:note "re-enable after next released, see https://github.com/clj-commons/rewrite-clj/pull/174"
313314
:version "2022.03.31-20.00.20"
314315
:github-release {:repo "clojure-lsp/clojure-lsp"}
315316
:patch-fn clojure-lsp-patch
316317
:show-deps-fn clojure-lsp-deps
317-
:test-cmds ["make test"]}
318+
:test-cmds [#_"make test" "echo skipping"]}
318319
{:name "depot"
319320
:platforms [:clj]
320321
:note "1 patch required due to using, but not requiring, rewrite-clj.node"

0 commit comments

Comments
 (0)