Enable wal proposer test

This commit is contained in:
Konstantin Knizhnik
2021-04-30 15:18:32 +03:00
parent eea6f0898e
commit f82c3eb5e2
2 changed files with 2 additions and 2 deletions

View File

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