awaitsfix testRandomClusterStateUpdates

For #32308
This commit is contained in:
Andy Bristol 2018-07-23 17:20:01 -07:00
parent 7c43da280b
commit d07b4ecfa3
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ public class IndicesClusterStateServiceRandomUpdatesTests extends AbstractIndice
terminate(threadPool);
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32308")
public void testRandomClusterStateUpdates() {
// we have an IndicesClusterStateService per node in the cluster
final Map<DiscoveryNode, IndicesClusterStateService> clusterStateServiceMap = new HashMap<>();