From 1fa6d540e76a9c33f54e3583366adad864343894 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 26 Apr 2025 11:56:59 +0200 Subject: [PATCH] disable rate limit and timeout --- test-resources/lib_tests/bb-tested-libs.edn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-resources/lib_tests/bb-tested-libs.edn b/test-resources/lib_tests/bb-tested-libs.edn index 1cce6841..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]}} + #_com.potetm.fusebox.timeout-test]}}