Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
ignore fast-unstake remote test (#6641)
Browse files Browse the repository at this point in the history
  • Loading branch information
kianenigma authored Jan 30, 2023
1 parent b9842c4 commit 08b1c09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions runtime/kusama/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
5 changes: 1 addition & 4 deletions runtime/polkadot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 08b1c09

Please sign in to comment.