Skip to content

Commit 875b973

Browse files
committed
Ignore some more tests that fail on Windows
1 parent d5e94d7 commit 875b973

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

domains/client/domain-executor/src/aux_schema.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,9 @@ mod tests {
436436
header_hash
437437
}
438438

439+
// TODO: Un-ignore once test client is fixed and working again on Windows
439440
#[test]
441+
#[ignore]
440442
fn normal_prune_execution_receipt_works() {
441443
let client = substrate_test_runtime_client::new();
442444

@@ -522,7 +524,9 @@ mod tests {
522524
);
523525
}
524526

527+
// TODO: Un-ignore once test client is fixed and working again on Windows
525528
#[test]
529+
#[ignore]
526530
fn execution_receipts_should_be_kept_against_head_receipt_number() {
527531
let client = substrate_test_runtime_client::new();
528532

@@ -600,7 +604,9 @@ mod tests {
600604
assert_eq!(receipt_start(), Some(4));
601605
}
602606

607+
// TODO: Un-ignore once test client is fixed and working again on Windows
603608
#[test]
609+
#[ignore]
604610
fn write_delete_prune_bad_receipt_works() {
605611
struct PrimaryNumberHashMappings(Mutex<Vec<(u32, Hash)>>);
606612

0 commit comments

Comments
 (0)