Tests: Mute RiverTests.testMultipleRiversStart.
This commit is contained in:
parent
9eabcd7c0f
commit
2e2e345dcb
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue