Skip to content

Commit 777ff9d

Browse files
divagant-martianWoodpile37
authored andcommitted
blacklist tests in windows (sigp#3961)
## Issue Addressed Windows tests for subscription and unsubscriptions fail in CI sporadically. We usually ignore this failures, so this PR aims to help reduce the failure noise. Associated issue is sigp#3960
1 parent 03f874f commit 777ff9d

File tree

1 file changed

+3
-0
lines changed
  • beacon_node/network/src/subnet_service/tests

1 file changed

+3
-0
lines changed

beacon_node/network/src/subnet_service/tests/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ mod attestation_service {
182182
#[cfg(feature = "deterministic_long_lived_attnets")]
183183
use std::collections::HashSet;
184184

185+
#[cfg(not(windows))]
185186
use crate::subnet_service::attestation_subnets::MIN_PEER_DISCOVERY_SLOT_LOOK_AHEAD;
186187

187188
use super::*;
@@ -290,6 +291,7 @@ mod attestation_service {
290291
}
291292

292293
/// Test to verify that we are not unsubscribing to a subnet before a required subscription.
294+
#[cfg(not(windows))]
293295
#[tokio::test]
294296
async fn test_same_subnet_unsubscription() {
295297
// subscription config
@@ -513,6 +515,7 @@ mod attestation_service {
513515
assert_eq!(unexpected_msg_count, 0);
514516
}
515517

518+
#[cfg(not(windows))]
516519
#[tokio::test]
517520
async fn test_subscribe_same_subnet_several_slots_apart() {
518521
// subscription config

0 commit comments

Comments
 (0)