Skip to content

Commit 0bc5c50

Browse files
committed
Disable flaky test: partialAggregateWithTableScan
Signed-off-by: Yuan <[email protected]>
1 parent fb8d356 commit 0bc5c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

velox/exec/tests/PrintPlanWithStatsTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ TEST_F(PrintPlanWithStatsTest, innerJoinWithTableScan) {
251251
{" runningGetOutputWallNanos\\s+sum: .+, count: 1, min: .+, max: .+"}});
252252
}
253253

254-
TEST_F(PrintPlanWithStatsTest, partialAggregateWithTableScan) {
254+
TEST_F(PrintPlanWithStatsTest, DISABLED_partialAggregateWithTableScan) {
255255
RowTypePtr rowType{
256256
ROW({"c0", "c1", "c2", "c3", "c4", "c5"},
257257
{BIGINT(), INTEGER(), SMALLINT(), REAL(), DOUBLE(), VARCHAR()})};

0 commit comments

Comments
 (0)