Disable UpdateMappingTets#updateDefaultMappingSettings

Test has been too flaky over nightly builds. Disabling it
with AwaitFix.
This commit is contained in:
Simon Willnauer 2013-08-10 07:57:58 +02:00
parent 4debf44cd9
commit be103c188b
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
package org.elasticsearch.test.integration.indices.mapping; package org.elasticsearch.test.integration.indices.mapping;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.action.admin.indices.mapping.get.GetMappingsResponse; import org.elasticsearch.action.admin.indices.mapping.get.GetMappingsResponse;
import org.elasticsearch.action.admin.indices.mapping.put.PutMappingResponse; import org.elasticsearch.action.admin.indices.mapping.put.PutMappingResponse;
import org.elasticsearch.action.admin.indices.refresh.RefreshResponse; import org.elasticsearch.action.admin.indices.refresh.RefreshResponse;
@ -111,6 +112,7 @@ public class UpdateMappingTests extends AbstractSharedClusterTest {
@SuppressWarnings("unchecked") @SuppressWarnings("unchecked")
@Test @Test
@AwaitsFix(bugUrl="too flaky - bleskes is on it?")
public void updateDefaultMappingSettings() throws Exception { public void updateDefaultMappingSettings() throws Exception {
// TODO: bleskes: move back to combined index and mapping creation (pending bug fix concerning concurrent not-acked mapping requests) // TODO: bleskes: move back to combined index and mapping creation (pending bug fix concerning concurrent not-acked mapping requests)