diff --git a/local_cluster/tests/local_cluster.rs b/local_cluster/tests/local_cluster.rs index 4507f337af..6d814350f1 100644 --- a/local_cluster/tests/local_cluster.rs +++ b/local_cluster/tests/local_cluster.rs @@ -25,6 +25,8 @@ use tempfile::TempDir; #[test] #[serial] +#[allow(unused_attributes)] +#[ignore] fn test_ledger_cleanup_service() { solana_logger::setup(); error!("test_ledger_cleanup_service");