Skip to content

Commit

Permalink
disable create_block_template tests
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjiao committed Jun 19, 2024
1 parent bd634f2 commit 99130f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions miner/src/create_block_template/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ use std::cmp::min;
use std::{collections::HashMap, sync::Arc};

mod metrics;
#[cfg(test)]
mod test_create_block_template;
//#[cfg(test)]
//mod test_create_block_template;

#[derive(Debug)]
pub struct GetHeadRequest;
Expand Down

0 comments on commit 99130f9

Please sign in to comment.