Skip to content

Commit 49976a5

Browse files
committed
AwaitsFix for #107347
1 parent 54fbaff commit 49976a5

File tree

1 file changed

+1
-0
lines changed
  • x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action

1 file changed

+1
-0
lines changed

x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action/EsqlActionIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ public void testRow() {
121121
}
122122
}
123123

124+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/107347")
124125
public void testFromStatsGroupingAvgWithSort() {
125126
testFromStatsGroupingAvgImpl("from test | stats avg(count) by data | sort data | limit 2", "data", "avg(count)");
126127
}

0 commit comments

Comments
 (0)