Skip to content

Commit

Permalink
Disable logging for test
Browse files Browse the repository at this point in the history
  • Loading branch information
rakanalh committed Jul 12, 2024
1 parent 3430278 commit df44c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/citrea/tests/e2e/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit df44c59

Please sign in to comment.