Skip to content

Commit 14d74eb

Browse files
committed
Mute test on windows
Tracking #37342
1 parent c9c088f commit 14d74eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/ingest-geoip/src/test/java/org/elasticsearch/ingest/geoip/GeoIpProcessorNonIngestNodeTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
package org.elasticsearch.ingest.geoip;
2121

22+
import org.apache.lucene.util.Constants;
2223
import org.elasticsearch.action.index.IndexRequest;
2324
import org.elasticsearch.action.index.IndexResponse;
2425
import org.elasticsearch.action.ingest.PutPipelineRequest;
@@ -92,6 +93,7 @@ protected Settings nodeSettings(final int nodeOrdinal) {
9293
* @throws IOException if an I/O exception occurs building the JSON
9394
*/
9495
public void testLazyLoading() throws IOException {
96+
assumeFalse("https://github.com/elastic/elasticsearch/issues/37342", Constants.WINDOWS);
9597
final BytesReference bytes;
9698
try (XContentBuilder builder = JsonXContent.contentBuilder()) {
9799
builder.startObject();

0 commit comments

Comments
 (0)