Browse Source

[TEST] mute test because it fails about 1/100 runs

Britta Weber 9 years ago
parent
commit
6d5666553c

+ 1 - 0
core/src/test/java/org/elasticsearch/common/lucene/LuceneTests.java

@@ -357,6 +357,7 @@ public class LuceneTests extends ESTestCase {
         dir.close();
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/19151")
     public void testAsSequentialAccessBits() throws Exception {
         Directory dir = newDirectory();
         IndexWriter w = new IndexWriter(dir, new IndexWriterConfig(new KeywordAnalyzer()));