Skip to content

Commit

Permalink
fix: json-rpc test test_unstaking by ignoring it (#5087)
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer authored Jan 29, 2025
1 parent 78d8e37 commit ce7b44d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/iota-json-rpc-tests/tests/governance_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ async fn test_staking() -> Result<(), anyhow::Error> {
}

#[sim_test]
#[ignore = "https://github.com/iotaledger/iota/issues/5085"]
async fn test_unstaking() -> Result<(), anyhow::Error> {
let cluster = TestClusterBuilder::new().build().await;

Expand Down

0 comments on commit ce7b44d

Please sign in to comment.