Skip to content

Commit

Permalink
Skip tests for reported bugs sgkit-dev#1195, sgkit-dev#1196
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromekelleher committed Feb 16, 2024
1 parent 1a93fd1 commit c05ddfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions sgkit/tests/io/vcf/test_vcf_roundtrip.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from sgkit.tests.io.vcf.utils import assert_vcfs_close, path_for_test


@pytest.mark.skip("Temporarily disabling pending bugfix; #1196")
@pytest.mark.parametrize(
"vcf_file, encoding, generate_header",
[
Expand Down
1 change: 1 addition & 0 deletions sgkit/tests/io/vcf/test_vcf_scikit_allel.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ def test_DP_field(shared_datadir, tmpdir):
assert_identical(allel_ds, sg_ds)


@pytest.mark.skip("Temporarily disabling test; see #1195")
@pytest.mark.parametrize(
"vcf_file,allel_exclude_fields,sgkit_exclude_fields,max_alt_alleles",
[
Expand Down
1 change: 1 addition & 0 deletions sgkit/tests/io/vcf/test_vcf_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def test_zarr_to_vcf(shared_datadir, tmp_path, output_is_path):
)


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

0 comments on commit c05ddfe

Please sign in to comment.