quite noisy test failure, related to #11769
This commit is contained in:
parent
576b825d1c
commit
4c869cdf61
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue