testing: Disable flaky lightclient tests

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2024-02-29 15:51:24 +02:00
parent ea6f3cc58b
commit ca36ef6643
9 changed files with 55 additions and 7 deletions
+4 -1
View File
@@ -14,7 +14,10 @@ pub mod utils;
#[cfg_attr(test, allow(unused_imports))]
use utils::*;
#[cfg(all(test, not(feature = "unstable-light-client")))]
#[cfg(any(
all(test, not(feature = "unstable-light-client")),
all(test, feature = "unstable-light-client-long-running")
))]
mod full_client;
#[cfg(all(test, feature = "unstable-light-client"))]