Skip to content

Commit

Permalink
Mute testPendingRefreshWithIntervalChange
Browse files Browse the repository at this point in the history
Tracked at elastic#39565
  • Loading branch information
dnhatn committed Mar 25, 2019
1 parent 3968d46 commit 495dc11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ public void onFailure(Exception e) {
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 {
Settings.Builder builder = Settings.builder();
builder.put(IndexSettings.INDEX_SEARCH_IDLE_AFTER.getKey(), TimeValue.ZERO);
Expand Down

0 comments on commit 495dc11

Please sign in to comment.