Mute test on windows

Tracking #37342
This commit is contained in:
Alpar Torok 2019-01-21 11:13:15 +02:00
parent c9c088ff02
commit 14d74eb30b
1 changed files with 2 additions and 0 deletions

View File

@ -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();