File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
domains/client/domain-executor/src Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -436,7 +436,9 @@ mod tests {
436
436
header_hash
437
437
}
438
438
439
+ // TODO: Un-ignore once test client is fixed and working again on Windows
439
440
#[ test]
441
+ #[ ignore]
440
442
fn normal_prune_execution_receipt_works ( ) {
441
443
let client = substrate_test_runtime_client:: new ( ) ;
442
444
@@ -522,7 +524,9 @@ mod tests {
522
524
) ;
523
525
}
524
526
527
+ // TODO: Un-ignore once test client is fixed and working again on Windows
525
528
#[ test]
529
+ #[ ignore]
526
530
fn execution_receipts_should_be_kept_against_head_receipt_number ( ) {
527
531
let client = substrate_test_runtime_client:: new ( ) ;
528
532
@@ -600,7 +604,9 @@ mod tests {
600
604
assert_eq ! ( receipt_start( ) , Some ( 4 ) ) ;
601
605
}
602
606
607
+ // TODO: Un-ignore once test client is fixed and working again on Windows
603
608
#[ test]
609
+ #[ ignore]
604
610
fn write_delete_prune_bad_receipt_works ( ) {
605
611
struct PrimaryNumberHashMappings ( Mutex < Vec < ( u32 , Hash ) > > ) ;
606
612
You can’t perform that action at this time.
0 commit comments