Skip to content

Commit 683e9bd

Browse files
committed
test: temporarily disable refactor-nrepl lib tests
See clojure-emacs/refactor-nrepl#409
1 parent 0b1039e commit 683e9bd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Some projects using rewrite-clj v1
6262
// repo is not version tagged:
6363
* https://github.com/kit-clj/kit[kit] {not-canary-tested} - Lightweight, modular framework for scalable web development in Clojure
6464
* https://github.com/FiV0/kusonga[kusonga] {canary-tested} - Renaming and moving namespaces in Clojure(script)
65-
* https://github.com/clojure-emacs/refactor-nrepl[refactor-nrepl] {canary-tested} - nREPL middleware to support refactorings in an editor agnostic way
65+
* https://github.com/clojure-emacs/refactor-nrepl[refactor-nrepl] {not-canary-tested} - nREPL middleware to support refactorings in an editor agnostic way
6666
* https://github.com/pink-gorilla/reval[reval] {canary-tested} -reproduceable eval - namespace eval and storage with browser ui
6767
* https://github.com/borkdude/rewrite-edn[rewrite-edn] {canary-tested} - Utility lib on top of rewrite-clj with common operations to update EDN while preserving whitespace and comments
6868
* https://github.com/matthewdowney/rich-comment-tests[rich-comment-tests] {canary-tested} - Turns rich comment forms into tests

script/test_libs.clj

+2-1
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,8 @@
419419
:patch-fn deps-edn-v1-patch
420420
:show-deps-fn cli-deps-tree
421421
:test-cmds ["clojure -M:test"]}
422-
{:name "refactor-nrepl"
422+
;; temporarily disable, see https://github.com/clojure-emacs/refactor-nrepl/issues/409
423+
#_{:name "refactor-nrepl"
423424
:version "3.10.0"
424425
:platforms [:clj]
425426
:github-release {:repo "clojure-emacs/refactor-nrepl"

0 commit comments

Comments
 (0)