From ca9a2c7725f57baa2c9a979e2abbb176c59ba4ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Carmelo=20Micalizzi?= Date: Fri, 27 Jan 2023 09:39:29 -0300 Subject: [PATCH] fix(#3783): skip unstable FIM report changes test --- CHANGELOG.md | 1 + .../test_files/test_report_changes/test_large_changes.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad831346ef..67cb25105a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ Release report: TBD ### Changed +- Skip test_large_changes test module ([#3783](https://github.com/wazuh/wazuh-qa/pull/3783)) \- (Tests) - Update report_changes tests ([#3405](https://github.com/wazuh/wazuh-qa/pull/3405)) \- (Tests) - Update Authd force_insert tests ([#3379](https://github.com/wazuh/wazuh-qa/pull/3379)) \- (Tests) - Update cluster logs in reliability tests ([#2772](https://github.com/wazuh/wazuh-qa/pull/2772)) \- (Tests) diff --git a/tests/integration/test_fim/test_files/test_report_changes/test_large_changes.py b/tests/integration/test_fim/test_files/test_report_changes/test_large_changes.py index 3c1b934e6a..bdc6c3c619 100644 --- a/tests/integration/test_fim/test_files/test_report_changes/test_large_changes.py +++ b/tests/integration/test_fim/test_files/test_report_changes/test_large_changes.py @@ -127,7 +127,7 @@ def extra_configuration_after_yield(): # Tests - +@pytest.mark.skip('Test skipped for flaky behavior, after it is fixed by Issue wazuh/wazuh#3783, it will be unblocked') @pytest.mark.parametrize('filename, folder, original_size, modified_size', [ ('regular_0', testdir, 500, 500), ('regular_1', testdir, 30000, 30000),