Skip to content

Commit

Permalink
[7.x] Re-enable MonitoringIT.testMonitoringService (elastic#69939) (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone authored Mar 4, 2021
1 parent ec26084 commit 737e583
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ public void testMonitoringBulk() throws Exception {
* This test waits for the monitoring service to collect monitoring documents and then checks that all expected documents
* have been indexed with the expected information.
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29880")
public void testMonitoringService() throws Exception {
final boolean createAPMIndex = randomBoolean();
final String indexName = createAPMIndex ? "apm-2017.11.06" : "books";
Expand Down Expand Up @@ -376,9 +375,6 @@ private void assertClusterStatsMonitoringDoc(final Map<String, Object> document,
assertThat(clusterState.remove("cluster_uuid"), notNullValue());
assertThat(clusterState.remove("master_node"), notNullValue());
assertThat(clusterState.remove("nodes"), notNullValue());
assertThat(clusterState.remove("term"), notNullValue());
assertThat(clusterState.remove("last_committed_config"), notNullValue());
assertThat(clusterState.remove("last_accepted_config"), notNullValue());
assertThat(clusterState.keySet(), empty());

final Map<String, Object> clusterSettings = (Map<String, Object>) source.get("cluster_settings");
Expand Down

0 comments on commit 737e583

Please sign in to comment.