[TEST] mute test - working on a fix
This commit is contained in:
parent
312eb2b8b6
commit
c4c2796bd9
|
@ -22,6 +22,7 @@ package org.elasticsearch.search.sort;
|
|||
|
||||
import com.carrotsearch.randomizedtesting.annotations.Repeat;
|
||||
import org.apache.lucene.util.BytesRef;
|
||||
import org.apache.lucene.util.LuceneTestCase;
|
||||
import org.apache.lucene.util.TestUtil;
|
||||
import org.apache.lucene.util.UnicodeUtil;
|
||||
import org.elasticsearch.ElasticsearchException;
|
||||
|
@ -62,6 +63,7 @@ import static org.hamcrest.Matchers.*;
|
|||
public class SimpleSortTests extends ElasticsearchIntegrationTest {
|
||||
|
||||
|
||||
@LuceneTestCase.AwaitsFix(bugUrl = "simon is working on this")
|
||||
public void testIssue6614() throws ExecutionException, InterruptedException {
|
||||
List<IndexRequestBuilder> builders = new ArrayList<>();
|
||||
boolean strictTimeBasedIndices = randomBoolean();
|
||||
|
|
Loading…
Reference in New Issue