mirror of https://github.com/apache/lucene.git
SOLR-13650: AwaitsFix TestContainerReqHandler.testCacheFromGlobalLoader
the jenkins failure rate for this test since it was committed is over 80%, it needs to be dsaibled until this can be addressed
This commit is contained in:
parent
30ce19a13e
commit
8725944fba
|
@ -568,6 +568,7 @@ public class TestContainerReqHandler extends SolrCloudTestCase {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-13650")
|
||||||
public void testCacheFromGlobalLoader() throws Exception {
|
public void testCacheFromGlobalLoader() throws Exception {
|
||||||
String COLLECTION_NAME = "globalCacheColl";
|
String COLLECTION_NAME = "globalCacheColl";
|
||||||
Map<String, Object> jars = Utils.makeMap(
|
Map<String, Object> jars = Utils.makeMap(
|
||||||
|
|
Loading…
Reference in New Issue