Skip to content

Commit

Permalink
fix(#4701): Add xfail mark to worker logs test
Browse files Browse the repository at this point in the history
  • Loading branch information
fdalmaup committed Nov 22, 2023
1 parent 171ae13 commit 2b8270f
Showing 1 changed file with 2 additions and 0 deletions.
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 2b8270f

Please sign in to comment.