Skip to content

Commit

Permalink
Ignore some unreliable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-at-planetariummusic committed Mar 3, 2023
1 parent 5309642 commit 759022e
Show file tree
Hide file tree
Showing 3 changed files with 251 additions and 248 deletions.
1 change: 1 addition & 0 deletions bot/src/stake_pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,7 @@ mod test {
}

#[test]
#[ignore = "Fails on occasion due to timing issues with short epochs in test framework"]
fn this_test_is_too_big_and_slow() {
solana_logger::setup_with_default("solana_stake_o_matic=info");

Expand Down
1 change: 1 addition & 0 deletions bot/src/stake_pool_v0.rs
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,7 @@ mod test {
}

#[test]
#[ignore = "Fails on occasion due to timing issues with short epochs in test framework"]
fn this_test_is_too_big_and_slow() {
solana_logger::setup_with_default("solana_stake_o_matic=info");

Expand Down
Loading

0 comments on commit 759022e

Please sign in to comment.