We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de8e663 + 31d620e commit 9f93e75Copy full SHA for 9f93e75
1 file changed
apis/python/tests/test_tiledbvcf.py
100644
100755
@@ -962,6 +962,7 @@ def test_disable_ingestion_tasks(tmp_path):
962
df = A.query(attrs=["allele", "ac"], dims=["pos"]).df[contig, region]
963
964
965
+@pytest.mark.skip
966
def test_ingestion_tasks(tmp_path):
967
# Create the dataset
968
uri = os.path.join(tmp_path, "dataset")
0 commit comments