We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c088f commit 14d74ebCopy full SHA for 14d74eb
modules/ingest-geoip/src/test/java/org/elasticsearch/ingest/geoip/GeoIpProcessorNonIngestNodeTests.java
@@ -19,6 +19,7 @@
19
20
package org.elasticsearch.ingest.geoip;
21
22
+import org.apache.lucene.util.Constants;
23
import org.elasticsearch.action.index.IndexRequest;
24
import org.elasticsearch.action.index.IndexResponse;
25
import org.elasticsearch.action.ingest.PutPipelineRequest;
@@ -92,6 +93,7 @@ protected Settings nodeSettings(final int nodeOrdinal) {
92
93
* @throws IOException if an I/O exception occurs building the JSON
94
*/
95
public void testLazyLoading() throws IOException {
96
+ assumeFalse("https://github.com/elastic/elasticsearch/issues/37342", Constants.WINDOWS);
97
final BytesReference bytes;
98
try (XContentBuilder builder = JsonXContent.contentBuilder()) {
99
builder.startObject();
0 commit comments