mirror of https://github.com/apache/lucene.git
SOLR-13781: AwaitsFix TestContainerReqHandler.testPackageAPI
(cherry picked from commit 5a01a8b362
)
This commit is contained in:
parent
8c308a940b
commit
be5e2974e1
|
@ -140,6 +140,7 @@ public class TestContainerReqHandler extends SolrCloudTestCase {
|
||||||
.build().process(solrClient);
|
.build().process(solrClient);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-13781")
|
||||||
@Test
|
@Test
|
||||||
public void testPackageAPI() throws Exception {
|
public void testPackageAPI() throws Exception {
|
||||||
Map<String, Object> jars = Utils.makeMap(
|
Map<String, Object> jars = Utils.makeMap(
|
||||||
|
|
Loading…
Reference in New Issue