mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 17:31:03 +00:00
ignore fast-unstake remote test (#6641)
This commit is contained in:
@@ -2283,11 +2283,8 @@ mod remote_tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
|
#[ignore = "this test is meant to be executed manually"]
|
||||||
async fn try_fast_unstake_all() {
|
async fn try_fast_unstake_all() {
|
||||||
if var("RUN_MIGRATION_TESTS").is_err() {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
sp_tracing::try_init_simple();
|
sp_tracing::try_init_simple();
|
||||||
let transport: Transport =
|
let transport: Transport =
|
||||||
var("WS").unwrap_or("wss://kusama-rpc.polkadot.io:443".to_string()).into();
|
var("WS").unwrap_or("wss://kusama-rpc.polkadot.io:443".to_string()).into();
|
||||||
|
|||||||
@@ -2484,11 +2484,8 @@ mod remote_tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
|
#[ignore = "this test is meant to be executed manually"]
|
||||||
async fn try_fast_unstake_all() {
|
async fn try_fast_unstake_all() {
|
||||||
if var("RUN_MIGRATION_TESTS").is_err() {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
sp_tracing::try_init_simple();
|
sp_tracing::try_init_simple();
|
||||||
let transport: Transport =
|
let transport: Transport =
|
||||||
var("WS").unwrap_or("wss://rpc.polkadot.io:443".to_string()).into();
|
var("WS").unwrap_or("wss://rpc.polkadot.io:443".to_string()).into();
|
||||||
|
|||||||
Reference in New Issue
Block a user