From 68aa2febc90022f5529ea52c421a75d36952acb9 Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Thu, 29 Apr 2021 19:10:28 +0300 Subject: [PATCH] Disable test_embedded_wal_proposer test --- integration_tests/tests/test_wal_acceptor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");