Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip test_registry_file_limit_values #2446

Merged
merged 2 commits into from
Jan 17, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
- fim_registry_file_limit
'''
import os
import sys

import pytest
from wazuh_testing import global_parameters
Expand Down Expand Up @@ -118,10 +119,8 @@ def extra_configuration_before_yield():

# Tests


@pytest.mark.parametrize('tags_to_apply', [
{'file_limit_registry_conf'}
])
@pytest.mark.skipif(sys.platform == 'win32', reason="Blocked by issue wazuh/wazuh #11819")
@pytest.mark.parametrize('tags_to_apply', [{'file_limit_registry_conf'}])
def test_file_limit_values(tags_to_apply, get_configuration, configure_environment, restart_syscheckd):
'''
description: Check if the 'wazuh-syscheckd' daemon detects the value of the 'entries' tag, which corresponds to
Expand Down