mirror of https://github.com/apache/lucene.git
SOLR-13822: Disbaled on windows till further investigation
This commit is contained in:
parent
f23d5c122a
commit
22b681755c
|
@ -25,6 +25,7 @@ import java.util.Map;
|
|||
import java.util.concurrent.Callable;
|
||||
|
||||
import org.apache.commons.codec.digest.DigestUtils;
|
||||
import org.apache.lucene.util.LuceneTestCase;
|
||||
import org.apache.solr.client.solrj.SolrClient;
|
||||
import org.apache.solr.client.solrj.SolrRequest;
|
||||
import org.apache.solr.client.solrj.SolrServerException;
|
||||
|
@ -60,6 +61,7 @@ import static org.apache.solr.filestore.TestDistribPackageStore.readFile;
|
|||
|
||||
@LogLevel("org.apache.solr.pkg.PackageLoader=DEBUG;org.apache.solr.pkg.PackageAPI=DEBUG")
|
||||
//@org.apache.lucene.util.LuceneTestCase.AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-13822") // leaks files
|
||||
@LuceneTestCase.SuppressFileSystems("WindowsFS")
|
||||
public class TestPackages extends SolrCloudTestCase {
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue