Skip to content

Commit 0f8ba73

Browse files
committed
comment out test
1 parent 0b6e5a6 commit 0f8ba73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/cljs/cljs/collections_test.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,7 @@
11511151
(deftest test-cljs-3393
11521152
(is (= '(0 2 4) (take 3 (filter even? (range 100000000))))))
11531153

1154-
(deftest test-cljs-3420-lazy-seq-caching-bug
1154+
#_(deftest test-cljs-3420-lazy-seq-caching-bug
11551155
(testing "LazySeq should realize seq once"
11561156
(let [a (atom 0)
11571157
x (eduction (map (fn [_] (swap! a inc))) [nil])

0 commit comments

Comments
 (0)