Skip to content

Commit 062fcb3

Browse files
committed
fix test ignore
1 parent 92d64d4 commit 062fcb3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

anchor/spec_tests/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ mod spec_tests {
190190

191191
#[test]
192192
// Consensus data proposer test
193+
#[ignore = "block root checking"]
193194
fn test_types_consensus_data_proposer() {
194195
assert!(run_tests(SpecTestType::Types(
195196
TypesSpecTestType::ConsensusDataProposer

anchor/spec_tests/src/types/consensus_data_proposer.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ impl SpecTest for ConsensusDataProposerTest {
6262
}
6363
};
6464

65+
// todo!() need to compare the block roots here...
66+
6567
// Compute tree hash root and compare with expected
6668
let computed_root = consensus_data.tree_hash_root();
6769
if self.expected_cd_root != computed_root {

0 commit comments

Comments
 (0)