SOLR-13032: Add @AwaitsFix annotation to test.

This commit is contained in:
markrmiller 2018-12-03 11:07:40 -06:00
parent 1408f5255f
commit e3cbdd0505
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,7 @@ public class MaxSizeAutoCommitTest extends SolrTestCaseJ4 {
} }
@Test @Test
@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-13032")
public void testAdds() throws Exception { public void testAdds() throws Exception {
int maxFileSizeBound = 1000; int maxFileSizeBound = 1000;
// Set max size bound // Set max size bound
@ -137,6 +138,7 @@ public class MaxSizeAutoCommitTest extends SolrTestCaseJ4 {
} }
@Test @Test
@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-13032")
public void testDeletes() throws Exception { public void testDeletes() throws Exception {
int maxFileSizeBound = 1000; int maxFileSizeBound = 1000;