fix: remove ethers celo feature and ignore celo test (#313)
This commit is contained in:
parent
c5b7ab66c6
commit
f3cddc19f8
|
@ -49,6 +49,6 @@ tempfile = "3.2.0"
|
|||
|
||||
[features]
|
||||
default = ["ws", "ipc"]
|
||||
celo = ["ethers-core/celo", "ethers/celo"]
|
||||
celo = ["ethers-core/celo"]
|
||||
ws = ["tokio", "tokio-tungstenite"]
|
||||
ipc = ["tokio", "tokio/io-util", "tokio-util", "bytes"]
|
||||
|
|
|
@ -875,6 +875,7 @@ mod tests {
|
|||
}
|
||||
|
||||
#[tokio::test]
|
||||
#[cfg_attr(feature = "celo", ignore)]
|
||||
async fn test_is_signer() {
|
||||
use ethers_core::utils::Ganache;
|
||||
use std::str::FromStr;
|
||||
|
|
Loading…
Reference in New Issue