diff --git a/test-resources/lib_tests/babashka/run_all_libtests.clj b/test-resources/lib_tests/babashka/run_all_libtests.clj index 20e4e11b..0a62649c 100644 --- a/test-resources/lib_tests/babashka/run_all_libtests.clj +++ b/test-resources/lib_tests/babashka/run_all_libtests.clj @@ -76,7 +76,6 @@ (add-classpath (str (fs/file git-dir p))))) (when-not (and skip-windows (windows?)) (prn :branch (current-branch)) - (prn (System/getenv)) (if (and flaky (#{"main" "master"} (current-branch))) (println "Skipping" tns "for main branch because it's marked flaky") (swap! test-nss into tns)))) diff --git a/test-resources/lib_tests/hato/client_test.clj b/test-resources/lib_tests/hato/client_test.clj index 7c663710..3f15c768 100644 --- a/test-resources/lib_tests/hato/client_test.clj +++ b/test-resources/lib_tests/hato/client_test.clj @@ -341,7 +341,7 @@ (is (= ::response r)))) (try (get "https://httpbin.org/gzip" {:timeout 1000}) - (catch java.net.http.HttpTimeoutException _ + (catch Exception _ (doseq [v (vals (ns-publics *ns*))] (when (:integration (meta v)) (println "Removing test from" v "because httpbin is slow.")