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

ignore fast-unstake remote test #6641

Merged
merged 1 commit into from
Jan 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ignore fast-unstake remote test
  • Loading branch information
kianenigma committed Jan 28, 2023
commit f5f0cfcd1b82f859d75bbff72be5e301adc22571
5 changes: 1 addition & 4 deletions runtime/kusama/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2281,11 +2281,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 @@ -2483,11 +2483,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