From df44c59b928f8505b2cd32809d33bce91d2937c6 Mon Sep 17 00:00:00 2001 From: Rakan Alhneiti Date: Fri, 12 Jul 2024 14:43:05 +0300 Subject: [PATCH] Disable logging for test --- bin/citrea/tests/e2e/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/citrea/tests/e2e/mod.rs b/bin/citrea/tests/e2e/mod.rs index 434194024..15789c2ba 100644 --- a/bin/citrea/tests/e2e/mod.rs +++ b/bin/citrea/tests/e2e/mod.rs @@ -3284,7 +3284,7 @@ async fn test_full_node_sync_status() { #[tokio::test(flavor = "multi_thread")] async fn test_sequencer_commitment_threshold() { - citrea::initialize_logging(tracing::Level::DEBUG); + // citrea::initialize_logging(tracing::Level::DEBUG); let storage_dir = tempdir_with_children(&["DA", "sequencer"]); let da_db_dir = storage_dir.path().join("DA").to_path_buf();