Disable test_embedded_wal_proposer without compiler warning

This commit is contained in:
Eric Seppanen
2021-04-29 15:10:04 -07:00
parent b77597bd99
commit 6c7ea82a61

View File

@@ -12,7 +12,8 @@ use std::{thread, time};
const DOWNTIME: u64 = 2;
//#[test]
#[test]
#[ignore]
fn test_embedded_wal_proposer() {
let local_env = local_env::test_env("test_embedded_wal_proposer");