mirror of https://github.com/apache/lucene.git
SOLR-8789: Remove the *Tests regular expression from the build xml, and instead rename CollectionsAPISolrJTests to CollectionsAPISolrJTest
This commit is contained in:
parent
6772ed09e8
commit
437170fa88
|
@ -1206,7 +1206,6 @@
|
|||
<fileset dir="@{testsDir}">
|
||||
<include name="**/Test*.class" />
|
||||
<include name="**/*Test.class" />
|
||||
<include name="**/*Tests.class" />
|
||||
<include name="${tests.explicitclass}" if="tests.explicitclass" />
|
||||
<exclude name="**/*$*" />
|
||||
</fileset>
|
||||
|
|
|
@ -50,7 +50,7 @@ import org.junit.Test;
|
|||
import static org.apache.solr.cloud.ReplicaPropertiesBase.verifyUniqueAcrossCollection;
|
||||
|
||||
@LuceneTestCase.Slow
|
||||
public class CollectionsAPISolrJTests extends AbstractFullDistribZkTestBase {
|
||||
public class CollectionsAPISolrJTest extends AbstractFullDistribZkTestBase {
|
||||
|
||||
@Test
|
||||
public void test() throws Exception {
|
Loading…
Reference in New Issue