Skip to content

Commit

Permalink
Skip Logcollector IT test_age_datetime_changed (#4182)
Browse files Browse the repository at this point in the history
* feat(#4986): skip unstable age datetime it

* docs(#4986): update changelog
  • Loading branch information
Rebits committed May 24, 2023
1 parent bf7982a commit 6248186
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.

### Fixed

- Skip test_age_datetime_changed ([#4182](https://github.com/wazuh/wazuh-qa/pull/4182)) \- (Tests)
- Limit urllib3 major required version ([#4162](https://github.com/wazuh/wazuh-qa/pull/4162)) \- (Framework)
- Fix daemons_handler fixture (fix GCP IT) ([#4134](https://github.com/wazuh/wazuh-qa/pull/4134)) \- (Tests)
- Fix wazuhdb IT. ([#3584](https://github.com/wazuh/wazuh-qa/pull/3584)) \- (Framework + Tests)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

DAEMON_NAME = "wazuh-logcollector"

local_internal_options = {'logcollector.vcheck_files': '0', 'logcollector.debug': '2', 'monitord.rotate_log': '0',
local_internal_options = {'logcollector.vcheck_files': '0', 'logcollector.debug': '2', 'monitord.rotate_log': '0',
'windows.debug': '2'}

timeout_logcollector_read = 10
Expand Down Expand Up @@ -136,7 +136,7 @@ def restart_logcollector_function():


@pytest.mark.parametrize('new_datetime', new_host_datetime)
@pytest.mark.skipif(sys.platform == 'win32', reason='It will be blocked by https://github.com/wazuh/wazuh-qa/issues/2174.')
@pytest.mark.skip("Skipped by Issue #3218")
def test_configuration_age_datetime(get_configuration, configure_environment, configure_local_internal_options_module,
restart_monitord, restart_logcollector_function, file_monitoring,
new_datetime, get_files_list, create_file_structure_function):
Expand Down

0 comments on commit 6248186

Please sign in to comment.