comment out consolidation operation ef tests until they are added

This commit is contained in:
realbigsean
2024-05-12 16:05:39 -04:00
parent caf0026a65
commit 657887f313

View File

@@ -104,11 +104,12 @@ fn operations_deposit_receipts() {
OperationsHandler::<MainnetEthSpec, DepositReceipt>::default().run();
}
#[test]
fn operations_consolidations() {
OperationsHandler::<MinimalEthSpec, SignedConsolidation>::default().run();
OperationsHandler::<MainnetEthSpec, SignedConsolidation>::default().run();
}
//TODO(electra) enable once tests are added for these
// #[test]
// fn operations_consolidations() {
// OperationsHandler::<MinimalEthSpec, SignedConsolidation>::default().run();
// OperationsHandler::<MainnetEthSpec, SignedConsolidation>::default().run();
// }
#[test]
fn operations_bls_to_execution_change() {