Skip to content

Commit

Permalink
SOLR-16784: This is failing often. Let's fix it and re-enable it
Browse files Browse the repository at this point in the history
  • Loading branch information
noblepaul committed May 11, 2023
1 parent 3c8c9fc commit 87627ce
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@
import org.apache.solr.common.cloud.Replica;
import org.apache.solr.common.util.RetryUtil;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

/** Verifies cluster state remains consistent after collection reload. */
@SuppressSSL(bugUrl = "https://issues.apache.org/jira/browse/SOLR-5776")
@BadApple(bugUrl = "https://issues.apache.org/jira/browse/SOLR-16784")
@Ignore
public class CollectionReloadTest extends SolrCloudTestCase {

private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
Expand Down

0 comments on commit 87627ce

Please sign in to comment.