Disable integration tests outside of CI (#565)

This commit is contained in:
Bastian Köcher
2021-08-07 23:03:12 +02:00
committed by GitHub
parent 6283c1fce9
commit 8307255697
9 changed files with 13 additions and 5 deletions
+1
View File
@@ -20,6 +20,7 @@ use futures::join;
use sc_service::TaskExecutor;
#[substrate_test_utils::test]
#[ignore]
async fn test_collating_and_non_collator_mode_catching_up(task_executor: TaskExecutor) {
let mut builder = sc_cli::LoggerBuilder::new("");
builder.with_colors(false);