Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Reduced number of combinations in feature tests. (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao authored Sep 20, 2021
1 parent 2e19615 commit cb06aea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,13 @@ skip_feature_sets = [
["ahash"],
["benchmarks"],
["merge_sort"],
# io are additive APIs and do not interact
["io_csv"],
["io_csv_read"],
["io_csv_write"],
["io_avro"],
["io_json"],
["io_parquet"],
["io_json_integration"],
# this does not change the public API
["io_parquet_compression"],
Expand Down

0 comments on commit cb06aea

Please sign in to comment.