Skip print-deps-test on Windows for now
This commit is contained in:
parent
cc71e2884e
commit
bda2017d0d
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
||||||
(is (= "src"
|
(is (= "src"
|
||||||
(bb "-cp" "src" "-e" "(babashka.classpath/get-classpath)"))))))
|
(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"}}}
|
(test-utils/with-config '{:deps {medley/medley {:mvn/version "1.3.0"}}}
|
||||||
(testing "deps output"
|
(testing "deps output"
|
||||||
(let [edn (bb "print-deps")
|
(let [edn (bb "print-deps")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue