Ignore flaky move test (#6616) (#6637)

automerge
This commit is contained in:
mergify[bot]
2019-10-30 17:09:14 -07:00
committed by Grimes
parent a8721a5e19
commit d1c92db7ab

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;