Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Ignore get_price_info test by default. (#4112)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavofyork authored and arkpar committed Jan 10, 2017
1 parent 2b588d5 commit 20981f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethcore/src/miner/price_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ impl PriceInfo {
}
}

#[test]
#[test] #[ignore]
fn should_get_price_info() {
use std::sync::Arc;
use std::time::Duration;
Expand Down

0 comments on commit 20981f6

Please sign in to comment.