re-enable fusebox tests

This commit is contained in:
Michiel Borkent 2025-04-26 11:43:18 +02:00
parent dc5d96f755
commit 59aef87d9e

View file

@ -205,12 +205,12 @@
com.potetm/fusebox {:git-url "https://github.com/potetm/fusebox" com.potetm/fusebox {:git-url "https://github.com/potetm/fusebox"
:git-sha "2f42391868c82c193628bec8922f8735ae3cac66" :git-sha "2f42391868c82c193628bec8922f8735ae3cac66"
:test-paths ["test"] :test-paths ["test"]
:test-namespaces [#_com.potetm.fusebox.bulkhead-test :test-namespaces [com.potetm.fusebox.bulkhead-test
com.potetm.fusebox.bulwark-test com.potetm.fusebox.bulwark-test
com.potetm.fusebox.circuit-breaker-test com.potetm.fusebox.circuit-breaker-test
com.potetm.fusebox.fallback-test com.potetm.fusebox.fallback-test
com.potetm.fusebox.memoize-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.registry-test
com.potetm.fusebox.retry-test com.potetm.fusebox.retry-test
#_com.potetm.fusebox.timeout-test]}} com.potetm.fusebox.timeout-test]}}