Skip to content

Commit 2fd6337

Browse files
committed
Muted test see #69475
1 parent 6bc4b56 commit 2fd6337

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/69475")
5152
public void test() throws Exception {
5253
ThreadPool threadPool = new TestThreadPool("test");
5354
Settings settings = Settings.builder().put("resource.reload.interval.high", TimeValue.timeValueMillis(100)).build();

0 commit comments

Comments
 (0)