diff --git a/src/rpc.rs b/src/rpc.rs index 820d9779c7..4ddc599f4b 100644 --- a/src/rpc.rs +++ b/src/rpc.rs @@ -390,6 +390,7 @@ mod tests { } #[test] + #[ignore] fn test_rpc_new() { let alice = Mint::new(10_000); let bank = Bank::new(&alice);