mirror of https://github.com/apache/lucene.git
SOLR-7362: Added @BadApple annotation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1672991 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ad5ede168f
commit
b3660ae4ed
|
@ -41,6 +41,7 @@ import static org.apache.solr.handler.TestSolrConfigHandlerCloud.compareValues;
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
@LuceneTestCase.BadApple(bugUrl = "https://issues.apache.org/jira/browse/SOLR-7362")
|
||||
public class TestReqParamsAPI extends AbstractFullDistribZkTestBase {
|
||||
static final Logger log = LoggerFactory.getLogger(TestSolrConfigHandlerCloud.class);
|
||||
private List<RestTestHarness> restTestHarnesses = new ArrayList<>();
|
||||
|
|
Loading…
Reference in New Issue