diff --git a/blockchain/tests/push_with_chunks.rs b/blockchain/tests/push_with_chunks.rs index 5dd9c284a6..190b0cb885 100644 --- a/blockchain/tests/push_with_chunks.rs +++ b/blockchain/tests/push_with_chunks.rs @@ -252,7 +252,8 @@ fn can_ignore_chunks_with_invalid_start_key() { } #[test] -#[cfg_attr(not(feature = "expensive-tests"), ignore)] +//#[cfg_attr(not(feature = "expensive-tests"), ignore)] +#[ignore] fn can_rebranch_and_revert_chunks() { let temp_producer1 = TemporaryBlockProducer::new(); let temp_producer2 = TemporaryBlockProducer::new_incomplete();