From a9f5dfa2731420e805c455063a5b38ffd8b3638d Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Sun, 19 Jan 2025 20:44:55 +0200 Subject: [PATCH 1/2] Update extender.rs --- consensus/src/extension/extender.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/consensus/src/extension/extender.rs b/consensus/src/extension/extender.rs index 7a8f5fb6..5ab6666d 100644 --- a/consensus/src/extension/extender.rs +++ b/consensus/src/extension/extender.rs @@ -100,8 +100,6 @@ mod test { } #[test] - #[ignore] - // TODO(A0-4559) Uncomment fn given_minimal_dag_with_orphaned_node_when_producing_batches_have_correct_length() { let mut extender = Extender::new(); let n_members = NodeCount(4); From 622f6db38c9ac7bd65c97cc47f904ccac85f0e2e Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Sun, 19 Jan 2025 20:45:15 +0200 Subject: [PATCH 2/2] Update election.rs --- consensus/src/extension/election.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/consensus/src/extension/election.rs b/consensus/src/extension/election.rs index 8ef87bca..9c20ea54 100644 --- a/consensus/src/extension/election.rs +++ b/consensus/src/extension/election.rs @@ -363,8 +363,6 @@ mod test { } #[test] - #[ignore] - // TODO(A0-4559) Uncomment fn given_minimal_dag_with_orphaned_node_when_electing_then_orphaned_node_is_not_head() { use ElectionResult::*; let mut units = Units::new();