Skip to content

Commit

Permalink
fix(iota-e2e-tests): Skip apy test (#3731)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrvivian authored Oct 29, 2024
1 parent c4a7deb commit a7391ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/iota-e2e-tests/tests/apy_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ use test_cluster::TestClusterBuilder;
/// calculate APY from epoch 1 and 2. Since we need epoch 0 to start staking
/// anyway, and only have the stake of the pool at the expected number (a
/// quarter of 3.5B IOTAs) starting from epoch 1, this is totally fine.
#[ignore = "https://github.com/iotaledger/iota/issues/3552"]
#[sim_test]
async fn test_apy() {
// We need a large stake for low enough APY values such that they are not
Expand Down

0 comments on commit a7391ce

Please sign in to comment.