Remove future slot rejection

This commit is contained in:
Michael Sproul
2026-05-18 13:53:14 +10:00
parent 26098446db
commit 4f2b393edb
3 changed files with 17 additions and 18 deletions

View File

@@ -1100,6 +1100,7 @@ fn fork_choice_compliance_block_weight_test() {
}
#[test]
#[ignore]
fn fork_choice_compliance_invalid_message_test() {
ForkChoiceComplianceHandler::<MinimalEthSpec>::new("invalid_message_test").run();
}