SOLR-9276: Remove remnants of old-style core definitions from OpenCloseCoreStressTest

This commit is contained in:
Erick 2016-07-04 17:13:39 -07:00
parent 9dd9a6fc91
commit 32e0f5fd25
1 changed files with 2 additions and 14 deletions

View File

@ -112,25 +112,13 @@ public class OpenCloseCoreStressTest extends SolrTestCaseJ4 {
@Test
@Nightly
public void test15SecondsOld() throws Exception {
public void test15Seconds() throws Exception {
doStress(15);
}
@Test
@Nightly
public void test15SecondsNew() throws Exception {
doStress(15);
}
@Test
@Nightly
public void test10MinutesOld() throws Exception {
doStress(300);
}
@Test
@Nightly
public void test10MinutesNew() throws Exception {
public void test10Minutes() throws Exception {
doStress(300);
}