From: Jérôme Charaoui <jerome@riseup.net>
Date: Thu, 8 May 2025 09:31:49 -0400
Subject: Drop flaky unit tests
Forwarded: not-needed
Bug-Debian: https://bugs.debian.org/1104377

---
 test/puppetlabs/http/client/metrics_test.clj | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/test/puppetlabs/http/client/metrics_test.clj b/test/puppetlabs/http/client/metrics_test.clj
index d040227..99f44fe 100644
--- a/test/puppetlabs/http/client/metrics_test.clj
+++ b/test/puppetlabs/http/client/metrics_test.clj
@@ -335,10 +335,6 @@
                   (is (<= 5 (.getMean short-data-post)))
                   (is (<= 5 (.getAggregate short-data-post)))
 
-                  (is (>= 1 (Math/abs (- (.getAggregate short-data)
-                                         (+ (.getAggregate short-data-get)
-                                            (.getAggregate short-data-post))))))
-
                   (is (= long-name (.getMetricName long-data)))
                   (is (= 1 (.getCount long-data)))
                   (is (<= 100 (.getMean long-data)))
@@ -421,10 +417,6 @@
                   (is (<= 5 (:mean short-data-post)))
                   (is (<= 5 (:aggregate short-data-post)))
 
-                  (is (>= 1 (Math/abs (- (:aggregate short-data)
-                                         (+ (:aggregate short-data-get)
-                                            (:aggregate short-data-post))))))
-
                   (is (= long-name (:metric-name long-data)))
                   (is (= 1 (:count long-data)))
                   (is (<= 100 (:mean long-data)))
