[TEST] move fragile tests to BadApples rather than AwaitsFix
This commit is contained in:
parent
a2029ed6ec
commit
5747c9ebba
|
@ -409,7 +409,7 @@ public abstract class AbstractSimpleTranslogTests extends ElasticsearchTestCase
|
|||
}
|
||||
|
||||
@Test
|
||||
@LuceneTestCase.AwaitsFix(bugUrl = "corrupting size can cause OOME")
|
||||
@LuceneTestCase.BadApple(bugUrl = "corrupting size can cause OOME")
|
||||
public void testTranslogChecksums() throws Exception {
|
||||
List<Translog.Location> locations = newArrayList();
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@ import static org.hamcrest.Matchers.*;
|
|||
public class SimpleSortTests extends ElasticsearchIntegrationTest {
|
||||
|
||||
|
||||
@LuceneTestCase.AwaitsFix(bugUrl = "simon is working on this")
|
||||
@LuceneTestCase.BadApple(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