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:
Mark Robert Miller 2015-11-11 17:26:26 +00:00
parent e7329a7b83
commit 9f9a5d50f0
1 changed files with 3 additions and 0 deletions

View File

@ -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);