Skip to content

Commit 9f2439b

Browse files
committed
disable analyzer tests because flakiness
1 parent b273649 commit 9f2439b

File tree

2 files changed

+424
-424
lines changed

2 files changed

+424
-424
lines changed

test/nextjournal/clerk/analyzer2_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
(is (= (str (fs/file "src" "nextjournal" "clerk" "viewer.cljc")) (ana/ns->file 'nextjournal.clerk.viewer)))))
3333

3434
(deftest no-cache?
35-
(with-ns-binding 'nextjournal.clerk.analyzer-test
35+
(with-ns-binding 'nextjournal.clerk.analyzer2-test
3636
(testing "are variables set to no-cache?"
3737
(is (not (:no-cache? (ana/analyze '(rand-int 10)))))
3838
(is (not (:no-cache? (ana/analyze '(def random-thing (rand-int 1000))))))

0 commit comments

Comments
 (0)