Skip to content

Commit

Permalink
Merge pull request #4727 from wazuh/merge-4.7.1-into-4.8.0
Browse files Browse the repository at this point in the history
Merge '4.7.1' into '4.8.0'
  • Loading branch information
juliamagan authored Nov 27, 2023
2 parents fcadac9 + 20ad35b commit dd8ca0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ All notable changes to this project will be documented in this file.

## [4.7.1] - TBD

## [4.7.0] - TBD
### Changed

- Add XFAIL mark to Cluster reliability logs test. ([#4706](https://github.com/wazuh/wazuh-qa/pull/4706)) \- (Tests)

## [4.7.0] - 27/11/2023

### Added

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ def dict_to_tree(dict_tree):
}


@pytest.mark.xfail(reason="known cluster log issue due to cluster logging refactor "
"to be worked in https://github.com/wazuh/wazuh/issues/20162")
def test_check_logs_order_workers(artifacts_path):
"""Check that cluster logs appear in the expected order.
Expand Down

0 comments on commit dd8ca0f

Please sign in to comment.