wazuh / wazuh

Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads.
https://wazuh.com/
Other
10.4k stars 1.6k forks source link

Fix Test Dependency on Nano Installation for MacOS #22046

Open Dwordcito opened 6 months ago

Dwordcito commented 6 months ago

Description

Currently, a test requires the installation of Nano text editor on MacOS using the MacPorts package manager. However, the test is failing with the error message indicating that the Nano port is not found. This issue aims to rectify this by ensuring that Nano is successfully installed on MacOS using MacPorts.

https://github.com/wazuh/wazuh/actions/runs/8013538000/job/21890731734?pr=22029

Root Cause Analysis

The test is failing because the Nano port is not available in the MacPorts repository or is not being properly referenced.

Impact

Definition of Done

MiguelazoDS commented 6 months ago

https://github.com/wazuh/wazuh/issues/21699