From 1bd04b26e58220184cc9399655444fe1100df2fb Mon Sep 17 00:00:00 2001 From: Pankaj Garg Date: Mon, 28 Jan 2019 18:52:46 +0000 Subject: [PATCH] Remove ignore flag from rpc_pubsub tests --- src/rpc_pubsub.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rpc_pubsub.rs b/src/rpc_pubsub.rs index 9315843781..8d3d7d3d0a 100644 --- a/src/rpc_pubsub.rs +++ b/src/rpc_pubsub.rs @@ -391,7 +391,6 @@ mod tests { } #[test] - #[ignore] fn test_signature_subscribe() { let (genesis_block, alice) = GenesisBlock::new(10_000); let bob = Keypair::new(); @@ -515,7 +514,6 @@ mod tests { } #[test] - #[ignore] fn test_account_subscribe() { let (genesis_block, alice) = GenesisBlock::new(10_000); let bob_pubkey = Keypair::new().pubkey();