chore: skip tx rlp test in celo

This commit is contained in:
Georgios Konstantopoulos 2021-08-09 03:58:22 +03:00
parent 25c2e0e199
commit 1d79ec1360
1 changed files with 1 additions and 0 deletions

View File

@ -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()