Mute testPendingRefreshWithIntervalChange

Tracked at #39565
This commit is contained in:
Nhat Nguyen 2019-03-25 11:17:07 -04:00
parent 3968d46a17
commit 495dc11c9c
1 changed files with 1 additions and 1 deletions

View File

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