From bda2017d0dc7bfcf3dd9336369ff2018267e4132 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Tue, 3 Aug 2021 10:36:56 +0200 Subject: [PATCH] Skip print-deps-test on Windows for now --- test/babashka/bb_edn_test.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/babashka/bb_edn_test.clj b/test/babashka/bb_edn_test.clj index 26b63846..02d57af9 100644 --- a/test/babashka/bb_edn_test.clj +++ b/test/babashka/bb_edn_test.clj @@ -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")