diff --git a/velox/exec/tests/SparkAggregationFuzzerTest.cpp b/velox/exec/tests/SparkAggregationFuzzerTest.cpp index 83ebffc5f39a..2fa9012c79b1 100644 --- a/velox/exec/tests/SparkAggregationFuzzerTest.cpp +++ b/velox/exec/tests/SparkAggregationFuzzerTest.cpp @@ -47,8 +47,9 @@ int main(int argc, char** argv) { folly::init(&argc, &argv); // TODO: List of the functions that at some point crash or fail and need to - // be fixed before we can enable. - std::unordered_set skipFunctions = {}; + // be fixed before we can enable. Constant argument of bloom_filter_agg cause + // fuzzer test fail. + std::unordered_set skipFunctions = {"bloom_filter_agg"}; // The results of the following functions depend on the order of input // rows. For some functions, the result can be transformed to a value that