We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 129cec1 + 15e8b79 commit af3f847Copy full SHA for af3f847
test/unit/kaocha/plugin/notifier_test.clj
@@ -99,7 +99,9 @@
99
(is (match? {::n/notifications? false}
100
(n/notifier-config-hook {:kaocha/cli-options {:notifications false}}))))
101
102
-(deftest notifier-post-run-hook-test
+(deftest
103
+ ^{:kaocha/skip (= "true" (System/getenv "CI"))}
104
+ notifier-post-run-hook-test
105
(let [gen-file-name #(str (System/getProperty "java.io.tmpdir") (System/getProperty "file.separator")
106
(gensym (str (namespace `_) "-" (rand-int 10000))))
107
f1 (gen-file-name)
0 commit comments