Reduce max blob size (#5345)

* Reduce max blob size

* ignore test_star_network_push_rstar_200
This commit is contained in:
Pankaj Garg
2019-07-30 22:15:07 -07:00
committed by GitHub
parent af733a678a
commit b05b42d74d
2 changed files with 4 additions and 3 deletions

View File

@ -456,6 +456,7 @@ fn test_star_network_push_star_200() {
let mut network = star_network_create(200);
network_simulator(&mut network, 0.9);
}
#[ignore]
#[test]
fn test_star_network_push_rstar_200() {
let mut network = rstar_network_create(200);