Tests: Mute RiverTests.testMultipleRiversStart.

This commit is contained in:
Adrien Grand 2015-04-23 14:53:09 +02:00
parent 9eabcd7c0f
commit 2e2e345dcb
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ public class RiverTests extends ElasticsearchIntegrationTest {
}
@Test
@AwaitsFix(bugUrl="occasionally fails apparently due to synchronous mappings updates")
public void testMultipleRiversStart() throws Exception {
int nbRivers = between(2,10);
logger.info("--> testing with {} rivers...", nbRivers);