From 5e10e696b172bba9dc8a58a62cc0f4630c115267 Mon Sep 17 00:00:00 2001 From: MozirDmitriy Date: Sun, 12 Jan 2025 16:36:17 +0300 Subject: [PATCH 1/2] Update election.rs --- consensus/src/extension/election.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/consensus/src/extension/election.rs b/consensus/src/extension/election.rs index 8ef87bca..7f773d57 100644 --- a/consensus/src/extension/election.rs +++ b/consensus/src/extension/election.rs @@ -363,7 +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::*; From af65da6249ea0bcc656e717a3015f60262a0f133 Mon Sep 17 00:00:00 2001 From: MozirDmitriy Date: Sun, 12 Jan 2025 16:36:31 +0300 Subject: [PATCH 2/2] Update extender.rs --- consensus/src/extension/extender.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/consensus/src/extension/extender.rs b/consensus/src/extension/extender.rs index 7a8f5fb6..a7f47eb4 100644 --- a/consensus/src/extension/extender.rs +++ b/consensus/src/extension/extender.rs @@ -100,7 +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();