Skip to content

Commit

Permalink
Re-enable map_top_n for fuzz testing
Browse files Browse the repository at this point in the history
Summary: facebookincubator#9497 was fixed.

Reviewed By: Yuhta

Differential Revision: D56820158

fbshipit-source-id: 311c8a24e51e5fd1eefc979dd8ab78511e1e3bd8
  • Loading branch information
mbasmanova authored and facebook-github-bot committed May 1, 2024
1 parent 0902f1d commit bbbf815
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion velox/expression/tests/ExpressionFuzzerTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ int main(int argc, char** argv) {
"regexp_extract",
"regexp_extract_all",
"regexp_like",
"map_top_n", // https://github.com/facebookincubator/velox/issues/9497
};
size_t initialSeed = FLAGS_seed == 0 ? std::time(nullptr) : FLAGS_seed;
return FuzzerRunner::run(initialSeed, skipFunctions, {{}});
Expand Down

0 comments on commit bbbf815

Please sign in to comment.