diff --git a/web3_proxy/tests/test_stat_buffer.rs b/web3_proxy/tests/test_stat_buffer.rs index 0a97ad8a..b578520c 100644 --- a/web3_proxy/tests/test_stat_buffer.rs +++ b/web3_proxy/tests/test_stat_buffer.rs @@ -5,6 +5,7 @@ use moka::future::Cache; use tokio::sync::{broadcast, mpsc}; use web3_proxy::{caches::UserBalanceCache, stats::StatBuffer}; +#[cfg_attr(not(feature = "tests-needing-docker"), ignore)] #[test_log::test(tokio::test)] async fn test_two_buffers() { let i = TestInflux::spawn().await;