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 authored and PHILO-HE committed Jun 6, 2024
1 parent c73026f commit 1e30994
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 1e30994

Please sign in to comment.