mirror of https://github.com/apache/lucene.git
SOLR-13822: AwaitsFix this test until the file leaks are addressed
This commit is contained in:
parent
ce3857cb27
commit
b17a4cb5a9
|
@ -59,6 +59,7 @@ import static org.apache.solr.core.TestDynamicLoading.getFileContent;
|
|||
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
|
||||
public class TestPackages extends SolrCloudTestCase {
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue