File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
tests/src/tests/cryptarchia Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ use tests::{
20
20
21
21
#[ tokio:: test]
22
22
#[ serial]
23
+ #[ ignore = "Re enable after new block format is fully integrated" ]
23
24
async fn test_ibd_behind_nodes ( ) {
24
25
let n_validators = 4 ;
25
26
let n_initial_validators = 2 ;
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ async fn happy_test(topology: &Topology) {
68
68
69
69
#[ tokio:: test]
70
70
#[ serial]
71
+ #[ ignore = "Re enable after new block format is fully integrated" ]
71
72
async fn two_nodes_happy ( ) {
72
73
let topology = Topology :: spawn ( TopologyConfig :: two_validators ( ) ) . await ;
73
74
happy_test ( & topology) . await ;
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ use tests::{
14
14
15
15
#[ tokio:: test]
16
16
#[ serial]
17
+ #[ ignore = "Re enable after new block format is fully integrated" ]
17
18
async fn test_orphan_handling ( ) {
18
19
let n_validators = 3 ;
19
20
let min_height = 5 ;
You can’t perform that action at this time.
0 commit comments