Update Substrate & Polkadot (#770)

* Update Substrate & Polkadot

* Disable tests without debug assertions
This commit is contained in:
Bastian Köcher
2021-11-19 23:46:14 +01:00
committed by GitHub
parent 6b603201c5
commit d85a3a937f
7 changed files with 242 additions and 280 deletions
-9
View File
@@ -16,7 +16,6 @@
use cumulus_primitives_core::ParaId;
use cumulus_test_service::{initial_head_data, run_relay_chain_validator_node, Keyring::*};
use futures::join;
#[substrate_test_utils::test]
#[ignore]
@@ -71,12 +70,4 @@ async fn sync_blocks_from_tip_without_being_connected_to_a_collator() {
.await;
eve.wait_for_blocks(7).await;
join!(
alice.task_manager.clean_shutdown(),
bob.task_manager.clean_shutdown(),
charlie.task_manager.clean_shutdown(),
dave.task_manager.clean_shutdown(),
eve.task_manager.clean_shutdown(),
);
}