Ignore get_price_info test by default. (#4112)

This commit is contained in:
Gav Wood 2017-01-10 15:41:48 +01:00 committed by Arkadiy Paronyan
parent 6e43903ab7
commit ae144b7f62
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ impl PriceInfo {
}
}
#[test]
#[test] #[ignore]
fn should_get_price_info() {
use std::sync::Arc;
use std::time::Duration;