Mute failing IndexShardIT#testPendingRefreshWithIntervalChange

Relates to #39565
This commit is contained in:
Luca Cavanna 2019-03-01 14:54:48 +01:00
parent e005eeb0b3
commit 29e3c18713
1 changed files with 1 additions and 0 deletions

View File

@ -738,6 +738,7 @@ public class IndexShardIT extends ESSingleNodeTestCase {
t.join();
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39565")
public void testPendingRefreshWithIntervalChange() throws InterruptedException {
Settings.Builder builder = Settings.builder();
builder.put(IndexSettings.INDEX_SEARCH_IDLE_AFTER.getKey(), TimeValue.ZERO);