Skip to content

Commit

Permalink
awaitsfix testRandomClusterStateUpdates
Browse files Browse the repository at this point in the history
For #32308
  • Loading branch information
andyb-elastic committed Jul 24, 2018
1 parent 7c43da2 commit d07b4ec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ public void tearDown() throws Exception {
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<>();
Expand Down

0 comments on commit d07b4ec

Please sign in to comment.