Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aeyakovenko committed Nov 2, 2018
1 parent b52d618 commit b5c7a2b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/crds_gossip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -406,10 +406,18 @@ mod test {
}
#[test]
#[ignore]
fn test_star_network_large_push() {
fn test_ring_network_large_push() {
use logger;
logger::setup();
let mut network = ring_network_create(4000);
network_simulator(&mut network);
}
#[test]
#[ignore]
fn test_star_network_large_push() {
use logger;
logger::setup();
let mut network = star_network_create(4000);
network_simulator(&mut network);
}
}

0 comments on commit b5c7a2b

Please sign in to comment.