mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 22:11:06 +00:00
Ignore flaky test (#13631)
* Ignore flaky test Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Re-enable running_the_node_works_and_can_be_interrupted Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Re-enable notifications_back_pressure Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Unused import Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
committed by
GitHub
parent
f5773795e9
commit
58a7f57594
@@ -1024,6 +1024,9 @@ async fn follow_prune_best_block() {
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
#[cfg(disable_flaky)]
|
||||
#[allow(dead_code)]
|
||||
// FIXME: https://github.com/paritytech/substrate/issues/11321
|
||||
async fn follow_forks_pruned_block() {
|
||||
let builder = TestClientBuilder::new();
|
||||
let backend = builder.backend();
|
||||
@@ -1137,6 +1140,9 @@ async fn follow_forks_pruned_block() {
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
#[cfg(disable_flaky)]
|
||||
#[allow(dead_code)]
|
||||
// FIXME: https://github.com/paritytech/substrate/issues/11321
|
||||
async fn follow_report_multiple_pruned_block() {
|
||||
let builder = TestClientBuilder::new();
|
||||
let backend = builder.backend();
|
||||
|
||||
Reference in New Issue
Block a user