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 glutenperfbot committed Jun 1, 2024
1 parent a35a5db commit 4badd10
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 4badd10

Please sign in to comment.