CoinbasePro: Skip specific tests due to API deprecation (#1649)

* CoinbasePro: Skip tests due to API deprecation

* CoinbasePro: Skip more tests
This commit is contained in:
Adrian Gallagher
2024-09-16 14:05:13 +10:00
committed by GitHub
parent d94b8af3e1
commit 3ebd2daf5c
3 changed files with 16 additions and 4 deletions

View File

@@ -606,9 +606,10 @@ var unsupportedAssets = []asset.Item{
var unsupportedExchangeNames = []string{
"testexch",
"alphapoint",
"bitflyer", // Bitflyer has many "ErrNotYetImplemented, which is true, but not what we care to test for here
"btse", // TODO rm once timeout issues resolved
"poloniex", // outdated API // TODO rm once updated
"bitflyer", // Bitflyer has many "ErrNotYetImplemented, which is true, but not what we care to test for here
"btse", // TODO rm once timeout issues resolved
"poloniex", // outdated API // TODO rm once updated
"coinbasepro", // outdated API // TODO rm once updated
}
// cryptoChainPerExchange holds the deposit address chain per exchange