mirror of https://github.com/apache/lucene.git
SOLR-7989, SOLR-7569: Ignore this test.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1713898 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e7329a7b83
commit
9f9a5d50f0
|
@ -4,6 +4,8 @@ import java.io.IOException;
|
|||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
|
||||
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
|
||||
|
||||
import org.apache.solr.client.solrj.SolrClient;
|
||||
import org.apache.solr.client.solrj.SolrRequest;
|
||||
import org.apache.solr.client.solrj.SolrRequest.METHOD;
|
||||
|
@ -52,6 +54,7 @@ import static org.apache.solr.common.cloud.ZkStateReader.CORE_NAME_PROP;
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-7989")
|
||||
public class ForceLeaderTest extends HttpPartitionTest {
|
||||
protected static final transient Logger log =
|
||||
LoggerFactory.getLogger(ForceLeaderTest.class);
|
||||
|
|
Loading…
Reference in New Issue