diff --git a/integration_tests/tests/test_wal_acceptor.rs b/integration_tests/tests/test_wal_acceptor.rs index e6e48e74f2..98b120b554 100644 --- a/integration_tests/tests/test_wal_acceptor.rs +++ b/integration_tests/tests/test_wal_acceptor.rs @@ -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");