diff --git a/test-resources/lib_tests/babashka/run_all_libtests.clj b/test-resources/lib_tests/babashka/run_all_libtests.clj index 8d9c42fe..a5092434 100644 --- a/test-resources/lib_tests/babashka/run_all_libtests.clj +++ b/test-resources/lib_tests/babashka/run_all_libtests.clj @@ -93,13 +93,13 @@ (test-doric-cyclic-dep-problem)) ;;;; babashka.process -;; test built-in babashka.process -(test-namespaces 'babashka.process-test) +(when-not (windows?) + ;; test built-in babashka.process + (test-namespaces 'babashka.process-test) -;; test babashka.process from source -#_{:clj-kondo/ignore [:duplicate-require]} -(require '[babashka.process] :reload) -(test-namespaces 'babashka.process-test) + ;; test babashka.process from source + (require '[babashka.process] :reload) + (test-namespaces 'babashka.process-test)) ;;;; final exit code