feeProvider: Ignore bitcoiner.live as site seems to be down (#5854)

This commit is contained in:
Chris Stewart 2025-01-15 09:16:55 -06:00 committed by GitHub
parent b2addd539c
commit 3925098872
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ class FeeRateProviderTest extends BitcoinSAsyncTest {
private val proxyParams = Option.empty[Socks5ProxyParams]
it must "get a valid fee rate from bitcoiner.live" in {
it must "get a valid fee rate from bitcoiner.live" ignore {
val provider = BitcoinerLiveFeeRateProvider(60, proxyParams)
testProvider(provider)
}