Mute MoreExpressionIT::testStringSpecialValueVariable (#99411)

For #99156
This commit is contained in:
David Kyle 2023-09-11 10:47:20 +01:00 committed by GitHub
parent 871ca07e99
commit af4b2d98be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -502,6 +502,7 @@ public class MoreExpressionIT extends ESIntegTestCase {
assertThat(stats.getAvg(), equalTo(3.0)); assertThat(stats.getAvg(), equalTo(3.0));
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/99156")
public void testStringSpecialValueVariable() throws Exception { public void testStringSpecialValueVariable() throws Exception {
// i.e. expression script for term aggregations, which is not allowed // i.e. expression script for term aggregations, which is not allowed
assertAcked(indicesAdmin().prepareCreate("test").setMapping("text", "type=keyword").get()); assertAcked(indicesAdmin().prepareCreate("test").setMapping("text", "type=keyword").get());