Skip to content

Commit

Permalink
Disable Parquet benchmark test
Browse files Browse the repository at this point in the history
  • Loading branch information
rui-mo committed May 17, 2024
1 parent 7721a47 commit f753149
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

namespace facebook::velox::parquet::test {
namespace {
TEST(ParquetReaderBenchmarkTest, basic) {
TEST(ParquetReaderBenchmarkTest, DISABLED_basic) {
memory::MemoryManager::testingSetInstance({});
run(1, "BigInt", BIGINT(), 20, 0, 500, false);
run(2, "ShortDecimal", DECIMAL(18, 3), 0, 20, 500, false);
Expand Down

0 comments on commit f753149

Please sign in to comment.