diff --git a/fee-provider-test/src/test/scala/org/bitcoins/feeprovider/FeeRateProviderTest.scala b/fee-provider-test/src/test/scala/org/bitcoins/feeprovider/FeeRateProviderTest.scala index 9e26633ff3..2290f1b937 100644 --- a/fee-provider-test/src/test/scala/org/bitcoins/feeprovider/FeeRateProviderTest.scala +++ b/fee-provider-test/src/test/scala/org/bitcoins/feeprovider/FeeRateProviderTest.scala @@ -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) }