From 6c7ea82a616ba68d109537a837a3aa8199f4dbf6 Mon Sep 17 00:00:00 2001 From: Eric Seppanen Date: Thu, 29 Apr 2021 15:10:04 -0700 Subject: [PATCH] Disable test_embedded_wal_proposer without compiler warning --- integration_tests/tests/test_wal_acceptor.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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");