consensus: disable contextual verification test
Contextual verification isn't implemented, so we can't test it yet.
This commit is contained in:
parent
d5bc8f937d
commit
a1d3af9e9c
|
@ -100,6 +100,8 @@ static INVALID_COINBASE_TRANSCRIPT: Lazy<Vec<(Arc<Block>, Result<block::Hash, Tr
|
|||
});
|
||||
|
||||
#[tokio::test]
|
||||
// TODO: enable this test after implementing contextual verification
|
||||
#[ignore]
|
||||
async fn check_transcripts_test() -> Result<(), Report> {
|
||||
check_transcripts().await
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue