ignore fast-unstake remote test (#6641)

This commit is contained in:
Kian Paimani
2023-01-30 16:38:18 -03:00
committed by GitHub
parent 9253f55605
commit c9dd6d9ecc
2 changed files with 2 additions and 8 deletions
+1 -4
View File
@@ -2283,11 +2283,8 @@ mod remote_tests {
}
#[tokio::test]
#[ignore = "this test is meant to be executed manually"]
async fn try_fast_unstake_all() {
if var("RUN_MIGRATION_TESTS").is_err() {
return
}
sp_tracing::try_init_simple();
let transport: Transport =
var("WS").unwrap_or("wss://kusama-rpc.polkadot.io:443".to_string()).into();
+1 -4
View File
@@ -2484,11 +2484,8 @@ mod remote_tests {
}
#[tokio::test]
#[ignore = "this test is meant to be executed manually"]
async fn try_fast_unstake_all() {
if var("RUN_MIGRATION_TESTS").is_err() {
return
}
sp_tracing::try_init_simple();
let transport: Transport =
var("WS").unwrap_or("wss://rpc.polkadot.io:443".to_string()).into();