Skip to content

Commit d5995c5

Browse files
committed
Mute ReloadingDatabasesWhilePerformingGeoLookupsIT#test(), see #69980
1 parent 2ccc810 commit d5995c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/ingest-geoip/src/internalClusterTest/java/org/elasticsearch/ingest/geoip/ReloadingDatabasesWhilePerformingGeoLookupsIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ public class ReloadingDatabasesWhilePerformingGeoLookupsIT extends ESTestCase {
4848
* This failure can be avoided by ensuring that a database is only closed when no
4949
* geoip processor instance is using the related {@link DatabaseReaderLazyLoader} instance
5050
*/
51+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/69980")
5152
public void test() throws Exception {
5253
Path geoIpTmpDir = createTempDir();
5354
DatabaseRegistry databaseRegistry = createDatabaseRegistry(geoIpTmpDir);

0 commit comments

Comments
 (0)