TEST : Disable throttleStats test

This test has been intermittently failing, disabling while I dig into it.
This commit is contained in:
Brian Murphy 2014-10-23 09:11:10 +01:00
parent 87f41b4c4e
commit fb4a32a398
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@
package org.elasticsearch.indices.stats;
import org.apache.lucene.util.LuceneTestCase;
import org.apache.lucene.util.Version;
import org.elasticsearch.ElasticsearchException;
import org.elasticsearch.action.admin.cluster.node.stats.NodesStatsResponse;
@ -320,6 +321,7 @@ public class IndexStatsTests extends ElasticsearchIntegrationTest {
}
@Test
@LuceneTestCase.AwaitsFix(bugUrl = "This test intermittently fails with no throttling happening.")
public void throttleStats() throws Exception {
assertAcked(prepareCreate("test")
.setSettings(ImmutableSettings.builder()