parent
c9c088ff02
commit
14d74eb30b
|
@ -19,6 +19,7 @@
|
|||
|
||||
package org.elasticsearch.ingest.geoip;
|
||||
|
||||
import org.apache.lucene.util.Constants;
|
||||
import org.elasticsearch.action.index.IndexRequest;
|
||||
import org.elasticsearch.action.index.IndexResponse;
|
||||
import org.elasticsearch.action.ingest.PutPipelineRequest;
|
||||
|
@ -92,6 +93,7 @@ public class GeoIpProcessorNonIngestNodeTests extends ESIntegTestCase {
|
|||
* @throws IOException if an I/O exception occurs building the JSON
|
||||
*/
|
||||
public void testLazyLoading() throws IOException {
|
||||
assumeFalse("https://github.com/elastic/elasticsearch/issues/37342", Constants.WINDOWS);
|
||||
final BytesReference bytes;
|
||||
try (XContentBuilder builder = JsonXContent.contentBuilder()) {
|
||||
builder.startObject();
|
||||
|
|
Loading…
Reference in New Issue