Skip to content

Commit 7a0035d

Browse files
Skip tests for reported bugs #1195, #1196
1 parent 3279fe1 commit 7a0035d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

sgkit/tests/io/vcf/test_vcf_roundtrip.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from sgkit.tests.io.vcf.utils import assert_vcfs_close, path_for_test
88

99

10+
@pytest.mark.skip("Temporarily disabling pending bugfix; #1196")
1011
@pytest.mark.parametrize(
1112
"vcf_file, encoding, generate_header",
1213
[

sgkit/tests/io/vcf/test_vcf_scikit_allel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ def test_DP_field(shared_datadir, tmpdir):
131131
assert_identical(allel_ds, sg_ds)
132132

133133

134+
@pytest.mark.skip("Temporarily disabling test; see #1195")
134135
@pytest.mark.parametrize(
135136
"vcf_file,allel_exclude_fields,sgkit_exclude_fields,max_alt_alleles",
136137
[

sgkit/tests/io/vcf/test_vcf_writer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def test_zarr_to_vcf(shared_datadir, tmp_path, output_is_path):
7373
)
7474

7575

76+
@pytest.mark.skip("Temporarily disabling pending bugfix; #1196")
7677
@pytest.mark.parametrize("in_memory_ds", [True, False])
7778
@pytest.mark.filterwarnings(
7879
"ignore::sgkit.io.vcfzarr_reader.DimensionNameForFixedFormatFieldWarning",

0 commit comments

Comments
 (0)