Skip to content

Commit 08d1748

Browse files
James Conroy-Finnjcf
authored andcommitted
Ignore reports from test.check
1 parent c2ec911 commit 08d1748

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

eftest/src/eftest/report/junit.clj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,8 @@
127127
(defmethod report :error [m]
128128
(test/inc-report-counter :error)
129129
(push-result m))
130+
131+
;; Ignore reports from test.check.
132+
(defmethod report :clojure.test.check.clojure-test/trial [m])
133+
(defmethod report :clojure.test.check.clojure-test/shrinking [m])
134+
(defmethod report :clojure.test.check.clojure-test/shrunk [m])

0 commit comments

Comments
 (0)