Skip to content

Commit 24a8008

Browse files
Clint BaxleyClint Baxley
authored andcommitted
Removed assertion for metrics-endpoint.metadata_current_default index
1 parent 7272fe2 commit 24a8008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/tests/api_tests/linux_only/test_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def test_elastic_indices(es_host, es_port, username, password):
8282
assert ("open elastalert_status_status" in response.text)
8383
assert ("open elastalert_status_past" in response.text)
8484
assert ("open wazuh-states-vulnerabilities-wazuh-manager" in response.text)
85-
assert ("open metrics-endpoint.metadata_current_default" in response.text) # Endpoint metrics may not exist yet
85+
# assert ("open metrics-endpoint.metadata_current_default" in response.text) # Endpoint metrics may not exist yet
8686
assert ("open .ds-logs-elastic_agent-default" in response.text)
8787
assert ("open wazuh-alerts-4.x" in response.text)
8888
assert ("open .ds-metrics-elastic_agent.elastic_agent-default" in response.text)

0 commit comments

Comments
 (0)