From 3128679f74fba133ac425344bc15c018da7cea08 Mon Sep 17 00:00:00 2001 From: hrxi Date: Mon, 29 Jan 2024 16:59:53 +0100 Subject: [PATCH] failing test --- blockchain/tests/push_with_chunks.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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();