File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ def test_skip_update_lookup_table_task(self) -> None:
27
27
project_remap_paths = [TEST_REMAP ],
28
28
project_pedigree_paths = [TEST_PEDIGREE_3 ],
29
29
skip_validation = True ,
30
+ skip_check_sex_and_relatedness = True ,
30
31
liftover_ref_path = TEST_LIFTOVER ,
31
32
)
32
33
worker .add (uslt_task )
@@ -59,6 +60,7 @@ def test_update_lookup_table_task(self) -> None:
59
60
project_remap_paths = [TEST_REMAP ],
60
61
project_pedigree_paths = [TEST_PEDIGREE_3 ],
61
62
skip_validation = True ,
63
+ skip_check_sex_and_relatedness = True ,
62
64
liftover_ref_path = TEST_LIFTOVER ,
63
65
)
64
66
worker .add (uslt_task )
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ def test_update_project_table_task(self) -> None:
23
23
project_remap_path = TEST_REMAP ,
24
24
project_pedigree_path = TEST_PEDIGREE_3 ,
25
25
skip_validation = True ,
26
+ skip_check_sex_and_relatedness = True ,
26
27
liftover_ref_path = TEST_LIFTOVER ,
27
28
)
28
29
worker .add (upt_task )
You can’t perform that action at this time.
0 commit comments