Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit a92e4e1

Browse files
authored
stake-pool: Ignore test that fails in downstream (#5513)
1 parent 9d3cb47 commit a92e4e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stake-pool/program/tests/force_destake.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ async fn fail_increase() {
233233
}
234234

235235
#[tokio::test]
236+
#[ignore]
236237
async fn success_remove_validator() {
237238
let stake_pool_accounts = StakePoolAccounts::default();
238239
let meta = Meta {

0 commit comments

Comments
 (0)