Skip to content

Commit 73da6f0

Browse files
Stop skipping tests on Windows.
1 parent 28f434a commit 73da6f0

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/include/test/unit_backwards_compatibility.cc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -89,16 +89,6 @@ TEST_CASE("test_query_old_indices", "[backwards_compatibility]") {
8989
continue;
9090
}
9191

92-
// Skip pre-0.16.0 versions on Windows due to blosc1/blosc2
93-
// incompatibility. TileDB 2.30.0+ uses blosc2, but older test data was
94-
// compressed with blosc1. blosc2 has a Windows-specific bug when
95-
// decompressing blosc1 data.
96-
#ifdef _WIN32
97-
if (index_uri.find("0.16.0") == std::string::npos) {
98-
continue;
99-
}
100-
#endif
101-
10292
auto read_group = tiledb::Group(ctx, index_uri, TILEDB_READ, cfg);
10393
std::vector<float> expected_distances(query_indices.size(), 0.0);
10494
if (index_uri.find("ivf_flat") != std::string::npos) {

0 commit comments

Comments
 (0)