diff --git a/test/babashka/main_test.clj b/test/babashka/main_test.clj index 51a98905..5057b659 100644 --- a/test/babashka/main_test.clj +++ b/test/babashka/main_test.clj @@ -147,7 +147,7 @@ (is (thrown-with-msg? Exception #"File does not exist: non-existing" (bb nil "-f" "non-existing")))) -(deftest ssl-test +(deftest ^:flaky ssl-test (let [resp (bb nil "(slurp \"https://www.google.com\")")] (is (re-find #"doctype html" resp))))