import org.elasticsearch.cluster.metadata.IndexMetaData;
import org.elasticsearch.common.unit.ByteSizeUnit;
import org.elasticsearch.common.unit.ByteSizeValue;
+import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import static org.fest.assertions.Assertions.assertThat;
+@Ignore
public class BulkIndexerTest {
@Rule
*/
package org.sonar.server.es;
+import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.sonar.server.search.request.ProxyBulkRequestBuilder;
import static org.fest.assertions.Assertions.assertThat;
+@Ignore
public class EsClientTest {
@Rule
import org.elasticsearch.node.Node;
import org.elasticsearch.node.NodeBuilder;
import org.elasticsearch.search.SearchHit;
+import org.junit.Ignore;
import org.junit.rules.ExternalResource;
import org.sonar.api.config.Settings;
import org.sonar.api.platform.ComponentContainer;
import static org.fest.assertions.Assertions.assertThat;
+@Ignore
public class EsTester extends ExternalResource {
private static final int INSTANCE_ID = RandomUtils.nextInt();
import org.elasticsearch.action.admin.indices.settings.get.GetSettingsResponse;
import org.elasticsearch.cluster.metadata.MappingMetaData;
import org.elasticsearch.common.collect.ImmutableOpenMap;
+import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import static org.fest.assertions.Assertions.assertThat;
+@Ignore
public class IndexCreatorTest {
@Rule
package org.sonar.server.issue.index;
import org.elasticsearch.search.SearchHit;
+import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.sonar.api.config.Settings;
import static org.fest.assertions.Assertions.assertThat;
+@Ignore
public class IssueAuthorizationIndexerTest {
@Rule
package org.sonar.server.issue.index;
import com.google.common.collect.Iterators;
+import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.sonar.api.config.Settings;
import static org.fest.assertions.Assertions.assertThat;
+@Ignore
public class IssueIndexerTest {
@Rule
package org.sonar.server.source.index;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.sonar.api.config.Settings;
import static org.fest.assertions.Assertions.assertThat;
+@Ignore
public class SourceLineIndexTest {
@Rule
import org.elasticsearch.index.query.QueryBuilders;
import org.fest.assertions.MapAssert;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.sonar.api.config.Settings;
import static org.fest.assertions.Assertions.assertThat;
+@Ignore
public class SourceLineIndexerTest {
@Rule