From 1d79ec13607bb38422efb02017d58418d056d8ef Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Mon, 9 Aug 2021 03:58:22 +0300 Subject: [PATCH] chore: skip tx rlp test in celo --- ethers-core/src/types/transaction/eip2930.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ethers-core/src/types/transaction/eip2930.rs b/ethers-core/src/types/transaction/eip2930.rs index f78730ba..cb1cdcdf 100644 --- a/ethers-core/src/types/transaction/eip2930.rs +++ b/ethers-core/src/types/transaction/eip2930.rs @@ -97,6 +97,7 @@ mod tests { use crate::types::{transaction::eip2718::TypedTransaction, U256}; #[test] + #[cfg_attr(feature = "celo", ignore)] // https://github.com/ethereum/go-ethereum/blob/c503f98f6d5e80e079c1d8a3601d188af2a899da/core/types/transaction_test.go#L59-L67 fn rlp() { let tx: TypedTransaction = TransactionRequest::new()