[TESTS] Disable BenchmarkIntegrationTest#testSubmitBenchmark until it is fixed.
This commit is contained in:
parent
645efa05df
commit
ebfab19400
|
@ -19,15 +19,14 @@
|
||||||
package org.elasticsearch.action.bench;
|
package org.elasticsearch.action.bench;
|
||||||
|
|
||||||
import com.google.common.base.Predicate;
|
import com.google.common.base.Predicate;
|
||||||
|
import org.apache.lucene.util.English;
|
||||||
|
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
|
||||||
import org.elasticsearch.action.ActionFuture;
|
import org.elasticsearch.action.ActionFuture;
|
||||||
import org.elasticsearch.action.index.IndexRequestBuilder;
|
import org.elasticsearch.action.index.IndexRequestBuilder;
|
||||||
import org.elasticsearch.common.Strings;
|
import org.elasticsearch.common.Strings;
|
||||||
import org.elasticsearch.test.ElasticsearchIntegrationTest;
|
|
||||||
import org.elasticsearch.common.settings.ImmutableSettings;
|
import org.elasticsearch.common.settings.ImmutableSettings;
|
||||||
import org.elasticsearch.common.settings.Settings;
|
import org.elasticsearch.common.settings.Settings;
|
||||||
|
import org.elasticsearch.test.ElasticsearchIntegrationTest;
|
||||||
import org.apache.lucene.util.English;
|
|
||||||
|
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
|
@ -82,6 +81,7 @@ public class BenchmarkIntegrationTest extends ElasticsearchIntegrationTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elasticsearch/elasticsearch/issues/6094")
|
||||||
public void testSubmitBenchmark() throws Exception {
|
public void testSubmitBenchmark() throws Exception {
|
||||||
|
|
||||||
final BenchmarkRequest request =
|
final BenchmarkRequest request =
|
||||||
|
|
Loading…
Reference in New Issue