Skip to content

Commit

Permalink
deactivate normalizer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 committed Oct 23, 2023
1 parent ead4fe8 commit 63270a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/processor/normalizer/test_normalizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
from tests.unit.processor.base import BaseProcessorTestCase


@pytest.skip("deprecated", allow_module_level=True)
class TestNormalizer(BaseProcessorTestCase):
CONFIG = {
"type": "normalizer",
Expand Down
1 change: 1 addition & 0 deletions tests/unit/processor/normalizer/test_normalizer_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def fixture_specific_rule_definition():
}


@pytest.skip("deprecated", allow_module_level=True)
class TestNormalizerRule:
@pytest.mark.parametrize(
"testcase, other_rule_definition, is_equal",
Expand Down

0 comments on commit 63270a3

Please sign in to comment.