Skip to content
Snippets Groups Projects
Unverified Commit 0aa37a02 authored by Jérôme Charaoui's avatar Jérôme Charaoui
Browse files

d/patches: test fixed upstream, reenable

parent 786ffc31
No related branches found
No related tags found
No related merge requests found
From: Debian Clojure Maintainers <team+clojure@tracker.debian.org>
Date: Tue, 18 Oct 2022 21:54:17 -0400
Subject: Fix Testsuite Failure
This part of the testsuite fails, but the failure seems very minor and it can
be reproduced using upstream's dev environment (so probably not a result of
something broken in Debian).
See https://github.com/puppetlabs/clj-http-client/issues/85 for more details.
---
test/puppetlabs/http/client/sync_ssl_test.clj | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/test/puppetlabs/http/client/sync_ssl_test.clj b/test/puppetlabs/http/client/sync_ssl_test.clj
index c8dd77b..0039e12 100644
--- a/test/puppetlabs/http/client/sync_ssl_test.clj
+++ b/test/puppetlabs/http/client/sync_ssl_test.clj
@@ -183,6 +183,6 @@
(testing "java sync client"
(is (java-unsupported-protocol-exception?
(java-https-get-with-protocols ["TLSv1.2"] nil))))
- (testing "clojure sync client"
- (is (java-unsupported-protocol-exception? (clj-https-get-with-protocols ["TLSv1.2"] nil)))))))
-
+ ;; (testing "clojure sync client"
+ ;; (is (java-unsupported-protocol-exception? (clj-https-get-with-protocols ["TLSv1.2"] nil)))))))
+ )))
0001_Lein_Local.patch
0002_Fix_Testsuite_Failure.patch
0003-Avoid-exit-code-1-when-running-gen-pki.sh-during-tes.patch
0002-Avoid-exit-code-1-when-running-gen-pki.sh-during-tes.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment