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 e8dfb9b571
commit 1866657e2c
9 changed files with 13 additions and 5 deletions
@@ -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);
@@ -22,6 +22,7 @@ use sp_runtime::generic::BlockId;
use sc_client_api::BlockchainEvents;
#[substrate_test_utils::test]
#[ignore]
async fn test_runtime_upgrade(task_executor: TaskExecutor) {
let mut builder = sc_cli::LoggerBuilder::new("runtime=debug");
builder.with_colors(false);