diff --git a/integration_tests/tests/test_wal_acceptor.rs b/integration_tests/tests/test_wal_acceptor.rs index 44f3b8d5d5..e6e48e74f2 100644 --- a/integration_tests/tests/test_wal_acceptor.rs +++ b/integration_tests/tests/test_wal_acceptor.rs @@ -12,7 +12,7 @@ use std::{thread, time}; const DOWNTIME: u64 = 2; -#[test] +//#[test] fn test_embedded_wal_proposer() { let local_env = local_env::test_env("test_embedded_wal_proposer");