Skip to content

Commit

Permalink
Mute failure in InternalEngineTests (#38622)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Büscher committed Feb 8, 2019
1 parent b284fed commit e3c7b93
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

import com.carrotsearch.hppc.cursors.ObjectObjectCursor;
import com.carrotsearch.randomizedtesting.generators.RandomNumbers;

import org.apache.logging.log4j.Level;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
Expand Down Expand Up @@ -5295,6 +5296,7 @@ private void assertOperationHistoryInLucene(List<Engine.Operation> operations) t
}
}

@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/pull/38285")
public void testKeepMinRetainedSeqNoByMergePolicy() throws IOException {
IOUtils.close(engine, store);
Settings.Builder settings = Settings.builder()
Expand Down

0 comments on commit e3c7b93

Please sign in to comment.