Skip to content

Commit 5c76e5d

Browse files
zhouyuanLakehouse Engine Bot
authored andcommitted
Disable flaky test: partialAggregateWithTableScan
Signed-off-by: Yuan <[email protected]> Alchemy-item: (ID = 902) fix: Disable flaky test temporary commit 1/1 - 0bc5c50
1 parent 54bd043 commit 5c76e5d

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)