From 431ee60b8d3e4fd7b35fb9cfe6857792eea96f5b Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 24 Apr 2025 22:52:31 +0200 Subject: [PATCH] wip --- test-resources/lib_tests/babashka/run_all_libtests.clj | 1 - test-resources/lib_tests/hato/client_test.clj | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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.")