From 42d9d77e7618288c0877c55b36b3510242e534b2 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 11 Aug 2023 17:27:57 +0200 Subject: [PATCH] flaky test --- test/babashka/http_connection_test.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/babashka/http_connection_test.clj b/test/babashka/http_connection_test.clj index 25a5338e..b3247c1d 100644 --- a/test/babashka/http_connection_test.clj +++ b/test/babashka/http_connection_test.clj @@ -7,7 +7,7 @@ (defn bb [& args] (apply tu/bb nil (map str args))) -(deftest open-connection-test +(deftest ^:flaky open-connection-test (is (try (= "\"1\"" (str/trim (bb "-e" " (require '[cheshire.core :as json]) (let [conn ^java.net.HttpURLConnection (.openConnection (java.net.URL. \"https://postman-echo.com/get?foo=1\"))]