quite noisy test failure, related to #11769

This commit is contained in:
Ryan Ernst 2015-06-19 22:27:48 -07:00
parent 576b825d1c
commit 4c869cdf61
1 changed files with 1 additions and 0 deletions

View File

@ -647,6 +647,7 @@ public class IndexWithShadowReplicasTests extends ElasticsearchIntegrationTest {
}
@Test
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/11788")
public void testIndexOnSharedFSRecoversToAnyNode() throws Exception {
Settings nodeSettings = nodeSettings();
Settings fooSettings = Settings.builder().put(nodeSettings).put("node.affinity", "foo").build();