Ignore flaky move test (#6616)

automerge
This commit is contained in:
Sagar Dhawan 2019-10-29 21:21:35 -07:00 committed by Grimes
parent 801337a422
commit dfa1c7493c
1 changed files with 1 additions and 1 deletions

View File

@ -71,8 +71,8 @@ fn test_bench_tps_local_cluster_solana() {
test_bench_tps_local_cluster(config);
}
#[ignore]
#[test]
#[serial]
fn test_bench_tps_local_cluster_move() {
let mut config = Config::default();
config.tx_count = 100;