SOLR-12208: ignored the test , because it fails now

This commit is contained in:
Noble Paul 2018-06-12 18:33:56 +10:00
parent 98a4dd29ef
commit d9da757bc5
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@ import org.apache.solr.util.LogLevel;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@ -137,6 +138,7 @@ public class IndexSizeTriggerTest extends SolrCloudTestCase {
}
@Test
@Ignore("https://issues.apache.org/jira/browse/SOLR-12208")
public void testTrigger() throws Exception {
String collectionName = "testTrigger_collection";
CollectionAdminRequest.Create create = CollectionAdminRequest.createCollection(collectionName,