Remove ignore flag from rpc_pubsub tests

This commit is contained in:
Pankaj Garg
2019-01-28 18:52:46 +00:00
committed by Grimes
parent 29ef9370a6
commit 1bd04b26e5

View File

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