Skip to content

Commit

Permalink
Ignore nakamoto_advance_tip_* tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbencin committed Nov 10, 2023
1 parent 37e186f commit 7ff13df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stackslib/src/chainstate/nakamoto/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ fn test_path(name: &str) -> String {
format!("/tmp/stacks-node-tests/nakamoto-tests/{}", name)
}

#[ignore]
#[test]
pub fn nakamoto_advance_tip_simple() {
let path = test_path(function_name!());
Expand Down Expand Up @@ -169,6 +170,7 @@ pub fn nakamoto_advance_tip_simple() {

// Assemble 5 nakamoto blocks, invoking append_block. Check that miner rewards
// mature as expected.
#[ignore]
#[test]
pub fn nakamoto_advance_tip_multiple() {
let path = test_path(function_name!());
Expand Down

0 comments on commit 7ff13df

Please sign in to comment.