Skip to content

Commit

Permalink
fix(#3219): revert testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
juliamagan committed Jun 29, 2023
1 parent 825bc94 commit 80db9d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion tests/end_to_end/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def clean_alerts_index(get_indexer_credentials, get_manager_ip):
credentials (dict): wazuh-indexer credentials.
"""
yield
#remove_file(e2e.fetched_alerts_json_path)
remove_file(e2e.fetched_alerts_json_path)
e2e.delete_index_api(credentials=get_indexer_credentials, ip_address=get_manager_ip)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@
timeout: 60
become: true

#- name: Wait until the expected alert appears
# become: true
# wait_for:
# path: /var/ossec/logs/alerts/alerts.json
# search_regex: CVE-2022-2625 affects postgresql-14
# timeout: 60

always:

- name: Get alert json
Expand Down

0 comments on commit 80db9d4

Please sign in to comment.