Skip to content

Commit

Permalink
Review
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed Dec 6, 2024
1 parent 3a1cd7e commit 260126e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions consensus/src/extension/election.rs
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ mod test {

#[test]
#[ignore]
// TODO(A0-4563) Uncomment after changes to parent voting code
fn given_minimal_dag_with_orphaned_node_when_electing_then_orphaned_node_is_not_head() {
use ElectionResult::*;
let mut units = Units::new();
Expand Down
1 change: 1 addition & 0 deletions consensus/src/extension/extender.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ mod test {

#[test]
#[ignore]
// TODO(A0-4563) Uncomment after changes to parent voting code
fn given_minimal_dag_with_orphaned_node_when_producing_batches_have_correct_length() {
let mut extender = Extender::new();
let n_members = NodeCount(4);
Expand Down

0 comments on commit 260126e

Please sign in to comment.