Disable #1596 test

This commit is contained in:
Michiel Borkent 2023-08-08 11:15:35 +02:00
parent b6e8f86595
commit a8e7d35dfa

View file

@ -1,5 +1,5 @@
(ns babashka.impl.clojure.java.browse-test
(:require
#_(:require
[babashka.test-utils :refer [bb]]
[cheshire.core :as json]
[clojure.test :refer [deftest is]]
@ -7,7 +7,7 @@
(def ^:dynamic *http-port* 1234)
(deftest browse-url-test
#_(deftest browse-url-test
(let [p (promise)
stop-server (http/run-server (fn [{:keys [query-string]}]
(let [params (apply hash-map (mapcat #(.split % "=") (.split query-string "&")))]
@ -22,4 +22,4 @@
(is (= {"arg1" "v1"
"arg2" "v2"}
(deref p 5000 ::timeout)))
(finally (stop-server :timeout 1000)))))
(finally (stop-server :timeout 1000)))))