Skip to content

Commit 6006c25

Browse files
zhouyuanLakehouse Engine Bot
authored andcommitted
Disable flaky test: partialAggregateWithTableScan
Signed-off-by: Yuan <yuanzhou@apache.org> Alchemy-item: (ID = 902) fix: Disable flaky test temporary commit 1/1 - 0bc5c50
1 parent bd14649 commit 6006c25

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
@@ -252,7 +252,7 @@ TEST_F(PrintPlanWithStatsTest, innerJoinWithTableScan) {
252252
{" runningGetOutputWallNanos\\s+sum: .+, count: 1, min: .+, max: .+"}});
253253
}
254254

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

0 commit comments

Comments
 (0)