SOLR-13822: Disbaled on windows till further investigation

This commit is contained in:
noble 2019-10-30 08:27:23 +11:00
parent f23d5c122a
commit 22b681755c
1 changed files with 2 additions and 0 deletions

View File

@ -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