[TEST] move fragile tests to BadApples rather than AwaitsFix

This commit is contained in:
Simon Willnauer 2014-10-01 12:37:29 +02:00
parent a2029ed6ec
commit 5747c9ebba
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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();