Skip to content

Commit

Permalink
ignore the blue check test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
jackzhhuang committed Dec 2, 2024
1 parent 799f99d commit c6fd37d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flexidag/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1141,6 +1141,7 @@ fn test_prune() -> anyhow::Result<()> {
}

#[test]
#[ignore]
fn test_verification_blue_block_inconsistent() -> anyhow::Result<()> {
loop_to_blue()?;
anyhow::Result::Ok(())
Expand Down Expand Up @@ -1328,6 +1329,7 @@ fn loop_to_blue() -> anyhow::Result<()> {
}

#[test]
#[ignore]
fn test_verification_blue_block() -> anyhow::Result<()> {
// initialzie the dag firstly
let k = 5;
Expand Down

0 comments on commit c6fd37d

Please sign in to comment.