Skip to content

Commit

Permalink
Merge pull request #4251 from wazuh/enhancement/3199-enable-windows-v…
Browse files Browse the repository at this point in the history
…d-e2e

Enable Windows Vulnerability Detector E2E test
  • Loading branch information
davidjiglesias authored Oct 6, 2023
2 parents 23bbc80 + e94b796 commit ea9b393
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Release report: TBD

### Changed

- Enable Windows Vulnerability Detector E2E. ([#4251](https://github.com/wazuh/wazuh-qa/pull/4251)) (Tests)
- Update certifi library due to a vulnerability. ([#4486](https://github.com/wazuh/wazuh-qa/pull/4486)) \- (Tests)
- Enable Ubuntu Vulnerability Detector E2E. ([#4252](https://github.com/wazuh/wazuh-qa/pull/4252)) \- (Tests)
- Update _wazuh_db_ schema database version ([#4353](https://github.com/wazuh/wazuh-qa/pull/4353)) \- (Tests)
Expand Down Expand Up @@ -194,8 +195,8 @@ Release report: https://github.com/wazuh/wazuh/issues/17520

### Added

- Change test_python_flaws.py to accept branch or commit in the same argument. ([#4209](https://github.com/wazuh/wazuh-qa/pull/4209)) (Tests)
- Fix test_dependencies.py for the changes in the feature. ([#4210](https://github.com/wazuh/wazuh-qa/pull/4210)) (Tests)
- Change test_python_flaws.py to accept branch or commit in the same argument. ([#4209](https://github.com/wazuh/wazuh-qa/pull/4209)) \- (Tests)
- Fix test_dependencies.py for the changes in the feature. ([#4210](https://github.com/wazuh/wazuh-qa/pull/4210)) \- (Tests)

### Fixed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
config_block: |
<vulnerability-detector>
<enabled>yes</enabled>
<interval>10s</interval>
<min_full_scan_interval>10s</min_full_scan_interval>
<interval>60s</interval>
<min_full_scan_interval>60s</min_full_scan_interval>
<run_on_start>yes</run_on_start>
<!-- Windows OS vulnerabilities -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
pytestmark = [TIER0, WINDOWS]


@pytest.mark.xfail(reason="It will be blocked by wazuh/wazuh#14736, when it is resolved, we can enable the test")
@pytest.mark.filterwarnings('ignore::urllib3.exceptions.InsecureRequestWarning')
@pytest.mark.parametrize('metadata', configuration_metadata, ids=cases_ids)
def test_vulnerability_detector_windows(configure_environment, metadata, get_indexer_credentials, get_manager_ip,
Expand Down

0 comments on commit ea9b393

Please sign in to comment.