From 84bd66f869629ec18cc2a627aea38a7f59d0ecc2 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Tue, 7 Mar 2023 19:34:48 +0100 Subject: [PATCH] Mark ssl test as flaky --- test/babashka/main_test.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))))