remove dead_code from chain selection test (#3685)

* remove dead_code from chain selection test

Ref #3674

* remove convenience consts

* disable the test suite

It is crafted for usage _with_ disputes.

* fix lockfile
This commit is contained in:
Bernhard Schuster
2021-08-23 13:34:44 +02:00
committed by GitHub
parent 81692bd176
commit 4ac1e73535
2 changed files with 26 additions and 43 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ pub use self::overseer::{
create_default_subsystems, OverseerGen, OverseerGenArgs, RealOverseerGen,
};
#[cfg(test)]
#[cfg(all(test, feature = "disputes"))]
mod tests;
#[cfg(feature = "full-node")]