Skip print-deps-test on Windows for now

This commit is contained in:
Michiel Borkent 2021-08-03 10:36:56 +02:00
parent cc71e2884e
commit bda2017d0d

View file

@ -34,7 +34,7 @@
(is (= "src"
(bb "-cp" "src" "-e" "(babashka.classpath/get-classpath)"))))))
(deftest print-deps-test
(deftest ^:skip-windows print-deps-test
(test-utils/with-config '{:deps {medley/medley {:mvn/version "1.3.0"}}}
(testing "deps output"
(let [edn (bb "print-deps")