mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
Mute MoreExpressionIT::testStringSpecialValueVariable (#99411)
For #99156
This commit is contained in:
parent
871ca07e99
commit
af4b2d98be
1 changed files with 1 additions and 0 deletions
|
@ -502,6 +502,7 @@ public class MoreExpressionIT extends ESIntegTestCase {
|
|||
assertThat(stats.getAvg(), equalTo(3.0));
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/99156")
|
||||
public void testStringSpecialValueVariable() throws Exception {
|
||||
// i.e. expression script for term aggregations, which is not allowed
|
||||
assertAcked(indicesAdmin().prepareCreate("test").setMapping("text", "type=keyword").get());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue