Mute IndexShardIT#testMaybeFlush

Tracked in #37896.
This commit is contained in:
Julie Tibshirani 2019-01-25 17:12:14 -08:00
parent 23b0d9b3ed
commit 58301ead6d
1 changed files with 1 additions and 0 deletions

View File

@ -342,6 +342,7 @@ public class IndexShardIT extends ESSingleNodeTestCase {
assertPathHasBeenCleared(endDir.toAbsolutePath());
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37896")
public void testMaybeFlush() throws Exception {
createIndex("test", Settings.builder().put(IndexSettings.INDEX_TRANSLOG_DURABILITY_SETTING.getKey(), Translog.Durability.REQUEST)
.build());