Skip to content

Commit

Permalink
Unmute GeoIpDownloaderIT#testInvalidTimestamp() test. (#80065)
Browse files Browse the repository at this point in the history
See #75221
  • Loading branch information
martijnvg committed Nov 1, 2021
1 parent 45d6ba7 commit 6cd090c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public void cleanUp() throws Exception {
});
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/75221")
@TestLogging(value = "org.elasticsearch.ingest.geoip:TRACE", reason = "https://github.com/elastic/elasticsearch/issues/75221")
public void testInvalidTimestamp() throws Exception {
assumeTrue("only test with fixture to have stable results", ENDPOINT != null);
ClusterUpdateSettingsResponse settingsResponse = client().admin()
Expand All @@ -168,7 +168,6 @@ public void testInvalidTimestamp() throws Exception {
.setPersistentSettings(Settings.builder().put("ingest.geoip.database_validity", TimeValue.timeValueMillis(1)))
.get();
assertTrue(settingsResponse.isAcknowledged());
Thread.sleep(10);
settingsResponse = client().admin()
.cluster()
.prepareUpdateSettings()
Expand Down

0 comments on commit 6cd090c

Please sign in to comment.