Skip to content

Commit

Permalink
Mute failing GeoIpDownloaderIT testUseGeoIpProcessorWithDownloadedDBs…
Browse files Browse the repository at this point in the history
… test (#79089)
  • Loading branch information
danhermann authored Oct 13, 2021
1 parent 9109695 commit eb22aa1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ public void testGeoIpDatabasesDownload() throws Exception {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/79074")
@TestLogging(value = "org.elasticsearch.ingest.geoip:TRACE", reason = "https://github.com/elastic/elasticsearch/issues/69972")
public void testUseGeoIpProcessorWithDownloadedDBs() throws Exception {
assumeTrue("only test with fixture to have stable results", ENDPOINT != null);
Expand Down

0 comments on commit eb22aa1

Please sign in to comment.