You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2020/09/01 07:43:26 UTC

[lucene-solr] 03/03: SOLR-14151: ununsed import

This is an automated email from the ASF dual-hosted git repository.

noble pushed a commit to branch jira/solr14151-4
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit f502a2f71dc8209d9edf6f4d74bcdf7fd2e80659
Author: noblepaul <no...@gmail.com>
AuthorDate: Tue Sep 1 17:40:12 2020 +1000

    SOLR-14151: ununsed import
---
 solr/core/src/test/org/apache/solr/pkg/TestPackages.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/solr/core/src/test/org/apache/solr/pkg/TestPackages.java b/solr/core/src/test/org/apache/solr/pkg/TestPackages.java
index bd7353e..8d8583c 100644
--- a/solr/core/src/test/org/apache/solr/pkg/TestPackages.java
+++ b/solr/core/src/test/org/apache/solr/pkg/TestPackages.java
@@ -63,7 +63,6 @@ import org.apache.solr.util.plugin.SolrCoreAware;
 import org.apache.zookeeper.data.Stat;
 import org.junit.After;
 import org.junit.Before;
-import org.junit.Ignore;
 import org.junit.Test;
 
 import static org.apache.solr.common.cloud.ZkStateReader.SOLR_PKGS_PATH;
@@ -640,7 +639,6 @@ public class TestPackages extends SolrCloudTestCase {
   }
 
   @SuppressWarnings("rawtypes")
-//  @Ignore("SOLR-14750")
   public void testSchemaPlugins() throws Exception {
     String COLLECTION_NAME = "testSchemaLoadingColl";
     System.setProperty("managed.schema.mutable", "true");