Skip to content

Commit 9b1ef49

Browse files
authored
Muting test for issue #71251 (#71253)
1 parent 279fde3 commit 9b1ef49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/ingest-geoip/src/internalClusterTest/java/org/elasticsearch/ingest/geoip/GeoIpProcessorNonIngestNodeIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
package org.elasticsearch.ingest.geoip;
1010

1111
import org.apache.lucene.util.Constants;
12+
import org.apache.lucene.util.LuceneTestCase;
1213
import org.elasticsearch.action.index.IndexRequest;
1314
import org.elasticsearch.action.index.IndexResponse;
1415
import org.elasticsearch.action.ingest.PutPipelineRequest;
@@ -29,6 +30,7 @@
2930
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked;
3031
import static org.hamcrest.Matchers.equalTo;
3132

33+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/71251")
3234
public class GeoIpProcessorNonIngestNodeIT extends AbstractGeoIpIT {
3335

3436
@Override

0 commit comments

Comments
 (0)