mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-24 00:47:58 +00:00
Update Substrate & Polkadot (#770)
* Update Substrate & Polkadot * Disable tests without debug assertions
This commit is contained in:
@@ -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(),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user