Skip to content

Commit f9e5b4c

Browse files
committed
Fix CI.
1 parent 6e5a86b commit f9e5b4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

beacon_node/beacon_chain/tests/store_tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1364,6 +1364,7 @@ async fn proposer_shuffling_root_consistency_at_fork_boundary() {
13641364
}
13651365

13661366
#[tokio::test]
1367+
#[allow(clippy::large_stack_frames)]
13671368
async fn proposer_shuffling_changing_with_lookahead() {
13681369
let initial_blocks = E::slots_per_epoch() * 4 - 1;
13691370

0 commit comments

Comments
 (0)