From ce58671cc6b19fe33a3bb4f77d188d0ff8da8c1d Mon Sep 17 00:00:00 2001 From: Przemko Robakowski Date: Fri, 15 Oct 2021 23:56:35 +0200 Subject: [PATCH] Mute GeoIpDownloaderCliIT.testStartWithNoDatabases --- .../java/org/elasticsearch/ingest/geoip/GeoIpDownloaderIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ingest-geoip/src/internalClusterTest/java/org/elasticsearch/ingest/geoip/GeoIpDownloaderIT.java b/modules/ingest-geoip/src/internalClusterTest/java/org/elasticsearch/ingest/geoip/GeoIpDownloaderIT.java index 77fbcd437d086..4d12b66290f25 100644 --- a/modules/ingest-geoip/src/internalClusterTest/java/org/elasticsearch/ingest/geoip/GeoIpDownloaderIT.java +++ b/modules/ingest-geoip/src/internalClusterTest/java/org/elasticsearch/ingest/geoip/GeoIpDownloaderIT.java @@ -337,6 +337,7 @@ public void testUseGeoIpProcessorWithDownloadedDBs() throws Exception { }); } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/79074") public void testStartWithNoDatabases() throws Exception { assumeTrue("only test with fixture to have stable results", ENDPOINT != null); putPipeline();