mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 17:26:04 +00:00
comment out consolidation operation ef tests until they are added
This commit is contained in:
@@ -104,11 +104,12 @@ fn operations_deposit_receipts() {
|
|||||||
OperationsHandler::<MainnetEthSpec, DepositReceipt>::default().run();
|
OperationsHandler::<MainnetEthSpec, DepositReceipt>::default().run();
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
//TODO(electra) enable once tests are added for these
|
||||||
fn operations_consolidations() {
|
// #[test]
|
||||||
OperationsHandler::<MinimalEthSpec, SignedConsolidation>::default().run();
|
// fn operations_consolidations() {
|
||||||
OperationsHandler::<MainnetEthSpec, SignedConsolidation>::default().run();
|
// OperationsHandler::<MinimalEthSpec, SignedConsolidation>::default().run();
|
||||||
}
|
// OperationsHandler::<MainnetEthSpec, SignedConsolidation>::default().run();
|
||||||
|
// }
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn operations_bls_to_execution_change() {
|
fn operations_bls_to_execution_change() {
|
||||||
|
|||||||
Reference in New Issue
Block a user