Skip to content

Commit 826c633

Browse files
authored
Skip test_consolidation_and_vac_no_config For libtiledb < 2.18.0 (#1870)
* Skip `test_consolidation_and_vac_no_config` For libtiledb < 2.18.0 * Add reason
1 parent 33bfac9 commit 826c633

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tiledb/tests/test_group.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,10 @@ def test_consolidation_and_vac(self):
591591

592592
assert len(vfs.ls(meta_path)) == 1
593593

594+
@pytest.mark.skipif(
595+
tiledb.libtiledb.version() < (2, 18, 0),
596+
reason="Group consolidation and vacuuming not available < 2.18",
597+
)
594598
def test_consolidation_and_vac_no_config(self):
595599
vfs = tiledb.VFS()
596600
path = self.path("test_consolidation_and_vac")

0 commit comments

Comments
 (0)