Skip to content

Commit 9f93e75

Browse files
authored
Merge pull request #463 from TileDB-Inc/gspowley/sc-22800/skip-test-with-tiledb-py
Skip test using conflicting version of TileDB
2 parents de8e663 + 31d620e commit 9f93e75

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apis/python/tests/test_tiledbvcf.py

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -962,6 +962,7 @@ def test_disable_ingestion_tasks(tmp_path):
962962
df = A.query(attrs=["allele", "ac"], dims=["pos"]).df[contig, region]
963963

964964

965+
@pytest.mark.skip
965966
def test_ingestion_tasks(tmp_path):
966967
# Create the dataset
967968
uri = os.path.join(tmp_path, "dataset")

0 commit comments

Comments
 (0)