Skip to content

Commit e3d4f96

Browse files
committed
Update ignored SSZ test message to reflect devnet4 layout change
1 parent 1035985 commit e3d4f96

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/net/p2p/src/gossipsub/encoding.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,8 @@ mod tests {
5656
use ssz::Decode;
5757

5858
#[test]
59-
#[ignore = "Test data uses old BlockSignatures field order (proposer_signature, attestation_signatures). Needs regeneration with correct order (attestation_signatures, proposer_signature)."]
59+
#[ignore = "devnet3 SSZ fixture — needs devnet4 block (SignedBlock without BlockWithAttestation wrapper)"]
6060
fn test_decode_block() {
61-
// Sample uncompressed block sent by Zeam (commit b153373806aa49f65aadc47c41b68ead4fab7d6e)
6261
let block_bytes = include_bytes!("../../test_data/signed_block_with_attestation.ssz");
6362
let _block = SignedBlock::from_ssz_bytes(block_bytes).unwrap();
6463
}

0 commit comments

Comments
 (0)