Skip to content

Commit

Permalink
delete commented out test
Browse files Browse the repository at this point in the history
  • Loading branch information
realbigsean committed Jul 10, 2022
1 parent dc6e836 commit 9737b2b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions testing/ef_tests/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -435,12 +435,6 @@ fn fork_choice_ex_ante() {
ForkChoiceHandler::<MainnetEthSpec>::new("ex_ante").run();
}

// #[test]
// fn fork_choice_reorg() {
// ForkChoiceHandler::<MinimalEthSpec>::new("reorg").run();
// ForkChoiceHandler::<MainnetEthSpec>::new("reorg").run();
// }

#[test]
fn genesis_initialization() {
GenesisInitializationHandler::<MinimalEthSpec>::default().run();
Expand Down

0 comments on commit 9737b2b

Please sign in to comment.