Skip to content

Commit

Permalink
docs(explain spending counter removal): key-hole surgery
Browse files Browse the repository at this point in the history
  • Loading branch information
cong-or committed Jan 24, 2024
1 parent b70d745 commit b5ad84f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1020,6 +1020,7 @@ pub fn explorer_all_vote_plans_public_flow_test() {
);
}

#[ignore]
#[test]
pub fn explorer_all_vote_plans_private_flow_test() {
let temp_dir = TempDir::new().unwrap().into_persistent();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ pub fn fail_fast_on_first_late_invalid(
.assert_valid(&fragments[2].hash().into());
}

#[ignore]
#[rstest]
pub fn fail_fast_off_first_invalid(
world: (
Expand Down

0 comments on commit b5ad84f

Please sign in to comment.