Skip to content

Commit 9832b4d

Browse files
committed
Disable taps tests for now
Related to #15
1 parent 6948f6a commit 9832b4d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/clojure/core_test/taps.cljc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
#?(:cljs [cljs.test :refer-macros [async]])
44
[clojure.core-test.portability #?(:cljs :refer-macros :default :refer) [when-var-exists]]))
55

6-
(when-var-exists clojure.core/add-tap
6+
; TODO: These are disabled for now, since there is a race in here which causes failures.
7+
; See here: https://github.com/jank-lang/clojure-test-suite/issues/15
8+
#_(when-var-exists clojure.core/add-tap
79
#?(:cljs
810
(do
911
(defn tap-tester

0 commit comments

Comments
 (0)