From e479b171815efeff8c94155ea7bf71b75d82f571 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sun, 20 Apr 2025 13:15:08 +0200 Subject: [PATCH] disable rate limit test --- test-resources/lib_tests/bb-tested-libs.edn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-resources/lib_tests/bb-tested-libs.edn b/test-resources/lib_tests/bb-tested-libs.edn index 354925ff..8a254a2b 100644 --- a/test-resources/lib_tests/bb-tested-libs.edn +++ b/test-resources/lib_tests/bb-tested-libs.edn @@ -210,7 +210,7 @@ com.potetm.fusebox.circuit-breaker-test com.potetm.fusebox.fallback-test com.potetm.fusebox.memoize-test - com.potetm.fusebox.rate-limit-test + #_com.potetm.fusebox.rate-limit-test com.potetm.fusebox.registry-test com.potetm.fusebox.retry-test #_com.potetm.fusebox.timeout-test]}}