From 0fdc84424e575c5c9776715b524a7a48e6299f76 Mon Sep 17 00:00:00 2001 From: "Jorge C. Leitao" Date: Sun, 19 Sep 2021 20:26:28 +0000 Subject: [PATCH] Reduced number of combinations in feature tests. --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 218ed07b33b..0c4d568fde2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"],