Skip to content
Snippets Groups Projects
Commit ae2e669a authored by Oliver Tale-Yazdi's avatar Oliver Tale-Yazdi Committed by GitHub
Browse files

Disable flaky test (#7420)


* Disable flaky test

Signed-off-by: default avatarOliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* Fix import

Signed-off-by: default avatarOliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

---------

Signed-off-by: default avatarOliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
parent 6dafe0fc
No related merge requests found
......@@ -31,7 +31,7 @@ use polkadot_node_subsystem::{
messages::ReportPeerMessage,
};
use polkadot_node_subsystem_test_helpers::make_subsystem_context;
use polkadot_node_subsystem_util::{reputation::add_reputation, TimeoutExt};
use polkadot_node_subsystem_util::TimeoutExt;
use polkadot_primitives::{AvailabilityBitfield, Signed, ValidatorIndex};
use rand_chacha::ChaCha12Rng;
use sp_application_crypto::AppCrypto;
......@@ -428,7 +428,11 @@ fn receive_duplicate_messages() {
}
#[test]
// FIXME <https://github.com/paritytech/polkadot/issues/7407>
#[cfg(feature = "enable-flaky")]
fn delay_reputation_change() {
use polkadot_node_subsystem_util::reputation::add_reputation;
let _ = env_logger::builder()
.filter(None, log::LevelFilter::Trace)
.is_test(true)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment