Skip to content

Commit

Permalink
Exclude some failing tests due to regression since Rust 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmygchen committed Aug 2, 2023
1 parent 9c75d80 commit d214588
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions consensus/fork_choice/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1346,6 +1346,8 @@ async fn weak_subjectivity_check_epoch_boundary_is_skip_slot_failure() {

/// Checks that `ProgressiveBalancesCache` is updated correctly after an attester slashing event,
/// where the slashed validator is a target attester in previous / current epoch.
/// Note: disabled on Windows CI for now until Rust 1.73 release due to regression in windows.
#[cfg(unix)]
#[tokio::test]
async fn progressive_balances_cache_attester_slashing() {
ForkChoiceTest::new_with_progressive_balances_mode(ProgressiveBalancesMode::Strict)
Expand Down Expand Up @@ -1377,6 +1379,8 @@ async fn progressive_balances_cache_attester_slashing() {

/// Checks that `ProgressiveBalancesCache` is updated correctly after a proposer slashing event,
/// where the slashed validator is a target attester in previous / current epoch.
/// Note: disabled on Windows CI for now until Rust 1.73 release due to regression in windows.
#[cfg(unix)]
#[tokio::test]
async fn progressive_balances_cache_proposer_slashing() {
ForkChoiceTest::new_with_progressive_balances_mode(ProgressiveBalancesMode::Strict)
Expand Down

0 comments on commit d214588

Please sign in to comment.