mirror of
https://github.com/apache/lucene.git
synced 2025-03-06 16:29:30 +00:00
SOLR-13808: remove redundant @Repeat
This commit is contained in:
parent
3f29fe0b80
commit
3ae1a0b3ba
@ -31,8 +31,6 @@ import org.junit.AfterClass;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Test;
|
||||
|
||||
import com.carrotsearch.randomizedtesting.annotations.Repeat;
|
||||
|
||||
|
||||
@LuceneTestCase.SuppressCodecs({"Lucene3x","Lucene40","Lucene41","Lucene42","Lucene45","Appending"})
|
||||
public class TestJsonRequest extends SolrTestCaseHS {
|
||||
@ -64,7 +62,7 @@ public class TestJsonRequest extends SolrTestCaseHS {
|
||||
systemClearPropertySolrDisableShardsWhitelist();
|
||||
}
|
||||
|
||||
@Test @Repeat(iterations = 100)
|
||||
@Test
|
||||
public void testLocalJsonRequest() throws Exception {
|
||||
doJsonRequest(Client.localClient, false);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user